mirror of https://github.com/apache/lucene.git
spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
790323780f
commit
7230d78fe9
|
@ -957,9 +957,9 @@ Bug fixes
|
||||||
(Shay Banon via Uwe Schindler)
|
(Shay Banon via Uwe Schindler)
|
||||||
|
|
||||||
* LUCENE-3821: SloppyPhraseScorer missed documents that ExactPhraseScorer finds
|
* LUCENE-3821: SloppyPhraseScorer missed documents that ExactPhraseScorer finds
|
||||||
When phrase queru had repeating terms (e.g. "yes ho yes")
|
When phrase query had repeating terms (e.g. "yes no yes")
|
||||||
sloppy query missed documents that exact query matched.
|
sloppy query missed documents that exact query matched.
|
||||||
Fixed except when for repeating multiterms (e.g. "yes ho yes|no").
|
Fixed except when for repeating multiterms (e.g. "yes no yes|no").
|
||||||
(Robert Muir, Doron Cohen)
|
(Robert Muir, Doron Cohen)
|
||||||
|
|
||||||
* LUCENE-3841: Fix CloseableThreadLocal to also purge stale entries on
|
* LUCENE-3841: Fix CloseableThreadLocal to also purge stale entries on
|
||||||
|
|
|
@ -664,7 +664,7 @@ Bug Fixes
|
||||||
* SOLR-3073: Fixed 'Invalid UUID string' error when having an UUID field as
|
* SOLR-3073: Fixed 'Invalid UUID string' error when having an UUID field as
|
||||||
the unique key and executing a distributed grouping request. (Devon Krisman, Martijn van Groningen)
|
the unique key and executing a distributed grouping request. (Devon Krisman, Martijn van Groningen)
|
||||||
|
|
||||||
* SOLR-3084: Fixed initialiazation error when using
|
* SOLR-3084: Fixed initialization error when using
|
||||||
<queryResponseWriter default="true" ... /> (Bernd Fehling and hossman)
|
<queryResponseWriter default="true" ... /> (Bernd Fehling and hossman)
|
||||||
|
|
||||||
* SOLR-3109: Fixed numerous redundant shard requests when using distributed grouping.
|
* SOLR-3109: Fixed numerous redundant shard requests when using distributed grouping.
|
||||||
|
|
Loading…
Reference in New Issue