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
|
* LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
|
||||||
(Mark Harwood, Mike Drob)
|
(Mark Harwood, Mike Drob)
|
||||||
|
|
||||||
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
|
|
||||||
(Yilun Cui)
|
|
||||||
|
|
||||||
Other
|
Other
|
||||||
|
|
||||||
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
|
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
|
||||||
|
@ -280,6 +277,9 @@ Bug Fixes
|
||||||
(Ignacio Vera)
|
(Ignacio Vera)
|
||||||
|
|
||||||
* LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query. (Ignacio Vera)
|
* 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
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue