Move CHANGES entry for GH#13559 from 10.0 to 9.12

This commit is contained in:
Greg Miller 2024-08-01 07:15:35 -07:00
parent e8eba4d455
commit 3ee85a46af
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,6 @@ API Changes
* GITHUB#13410: Removed Scorer#getWeight (Sanjay Dutt, Adrien Grand)
* GITHUB#13559: Add BitSet#nextSetBit(int, int) to get the index of the first set bit in range. (Egor Potemkin)
* GITHUB#13499: Remove deprecated TopScoreDocCollector + TopFieldCollector methods (#create, #createSharedManager) (Jakub Slowinski)
@ -266,6 +264,8 @@ API Changes
facilitate customizing per-leaf behavior of search without requiring to override
`search(LeafReaderContext[], Weight, Collector)` which requires overriding the entire loop across the leaves (Luca Cavanna)
* GITHUB#13559: Add BitSet#nextSetBit(int, int) to get the index of the first set bit in range. (Egor Potemkin)
New Features
---------------------