We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958c4f0 commit fe1fe81Copy full SHA for fe1fe81
1 file changed
lucene/CHANGES.txt
@@ -129,6 +129,10 @@ Improvements
129
130
Optimizations
131
---------------------
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
+
136
* GITHUB#15681, GITHUB#15833: Replace pre-sized array or empty array with lambda expression to call Collection#toArray. (Zhou Hui)
137
138
* GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum and TermsEnumFrame classes. (Zhou Hui)
0 commit comments