mirror of https://github.com/apache/lucene.git
LUCENE-8939: Move CHANGES entry.
This commit is contained in:
parent
815bc10c07
commit
46a03fff95
|
@ -48,9 +48,6 @@ Improvements
|
||||||
docs on equal scores. Also, remove the ability of TopDocs.merge to set shard
|
docs on equal scores. Also, remove the ability of TopDocs.merge to set shard
|
||||||
indices (Atri Sharma, Adrien Grand, Simon Willnauer)
|
indices (Atri Sharma, Adrien Grand, Simon Willnauer)
|
||||||
|
|
||||||
* LUCENE-8939: Introduce shared count based early termination across multiple slices
|
|
||||||
(Atri Sharma)
|
|
||||||
|
|
||||||
* LUCENE-8958: Shared count early termination for relevance sorted indices (Atri Sharma)
|
* LUCENE-8958: Shared count early termination for relevance sorted indices (Atri Sharma)
|
||||||
|
|
||||||
* LUCENE-8937: Avoid agressive stemming on numbers in the FrenchMinimalStemmer.
|
* LUCENE-8937: Avoid agressive stemming on numbers in the FrenchMinimalStemmer.
|
||||||
|
@ -154,6 +151,9 @@ the total hits is not requested.
|
||||||
* LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries by
|
* LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries by
|
||||||
doing just one pass whenever possible. (Ignacio Vera)
|
doing just one pass whenever possible. (Ignacio Vera)
|
||||||
|
|
||||||
|
* LUCENE-8939: Introduce shared count based early termination across multiple slices
|
||||||
|
(Atri Sharma)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-8755: spatial-extras quad and packed quad prefix trees could throw a
|
* LUCENE-8755: spatial-extras quad and packed quad prefix trees could throw a
|
||||||
|
|
Loading…
Reference in New Issue