LUCENE-9635: Move changes to the right section.

This commit is contained in:
Adrien Grand 2020-12-18 16:07:29 +01:00
parent 00a5637457
commit 734c533cca
1 changed files with 3 additions and 3 deletions

View File

@ -189,9 +189,6 @@ Bug fixes
* LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
(Mark Harwood, Mike Drob)
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
(Yilun Cui)
Other
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
@ -281,6 +278,9 @@ Bug Fixes
* LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query. (Ignacio Vera)
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
(Yilun Cui)
Other
---------------------