Skip to content

Commit fe1fe81

Browse files
committed
Updated CHANGES
Signed-off-by: prithvi <prithvisivasankar@gmail.com>
1 parent 958c4f0 commit fe1fe81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lucene/CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Improvements
129129

130130
Optimizations
131131
---------------------
132+
* GITHUB#15139: BooleanQuery rewrites so a FILTER on the primary index sort field can restrict
133+
the remaining clauses' BulkScorer to a contiguous doc id range when safe (sorted numeric range
134+
filters; single-valued sorted-set term filters with dense postings). (Prithvi)
135+
132136
* GITHUB#15681, GITHUB#15833: Replace pre-sized array or empty array with lambda expression to call Collection#toArray. (Zhou Hui)
133137

134138
* GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum and TermsEnumFrame classes. (Zhou Hui)

0 commit comments

Comments
 (0)