[BUG] Explore adoption for interval change in Boolean queries #17456
Labels
bug
Something isn't working
good first issue
Good for newcomers
Search:Performance
v3.0.0
Issues and PRs related to version 3.0.0
Describe the bug
The interval size used by CancellableBulkScorer needs to be increased in accordance with Lucene as it moved from 2048 → 4096 recently here
This bug is to fix this change and also track other places where we have code untouched for a long time.
Related component
Search:Performance
To Reproduce
Nothing to reproduce.
Found this discrepancy during debugging for a different performance issue.
Expected behavior
Ensure we don't maintain duplicate constants and start discussion on some mechanism to not be caught like a deer in front of headlights when we do another Lucene upgrade.
Additional Details
No response
The text was updated successfully, but these errors were encountered: