git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-03-20 09:19:55 +00:00
parent 790323780f
commit 7230d78fe9
2 changed files with 3 additions and 3 deletions

View File

@ -957,9 +957,9 @@ Bug fixes
(Shay Banon via Uwe Schindler)
* 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.
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)
* LUCENE-3841: Fix CloseableThreadLocal to also purge stale entries on

View File

@ -664,7 +664,7 @@ Bug Fixes
* 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)
* SOLR-3084: Fixed initialiazation error when using
* SOLR-3084: Fixed initialization error when using
<queryResponseWriter default="true" ... /> (Bernd Fehling and hossman)
* SOLR-3109: Fixed numerous redundant shard requests when using distributed grouping.