mirror of https://github.com/apache/lucene.git
LUCENE-9635: Move changes to the right section.
This commit is contained in:
parent
00a5637457
commit
734c533cca
|
@ -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
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue