add bulk intoBitSet for SortedDocValues ordinal ranges - #16180
Conversation
|
Wrong PR, sorry for the noise |
|
This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution! |
0dfb31c to
2523c45
Compare
|
moved entry of changes.txt under 10.6 |
d9c8117 to
bc72389
Compare
bc72389 to
f5a83a8
Compare
|
This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution! |
a442d4a to
f3e8b21
Compare
add bulk intoBitSet for SortedDocValues ordinal ranges (cherry picked from commit 04d33b4)
|
Merged and backported to 10x, thanks @iprithv ! |
extends the unified two-phase strategy from #16177 to SortedDocValues. Ordinal range queries now bulk-evaluate through intoBitSet instead of confirming matches() one doc at a time.