LUCENE-10496: CHANGES entry.

This commit is contained in:
Adrien Grand 2022-05-11 11:38:44 +02:00
parent e49708e01d
commit 54595611ae
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ Optimizations
* LUCENE-10534: MinFloatFunction / MaxFloatFunction exists check can be slow (Kevin Risden)
* LUCENE-10496: Queries sorted by field now better handle the degenerate case
when the search order and the index order are in opposite directions.
(Jianping Weng)
Bug Fixes
---------------------
* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite