lucene
lucene copied to clipboard
LUCENE-10334: Introduce a BlockReader based on ForUtil and use it for NumericDocValues
see https://issues.apache.org/jira/browse/LUCENE-10334 #11370
Changes:
- Make ForUtil fit for 64bit.
- Introduce the new
BlockWriter
andBlockReader
. - Replaces
DirectReader
withBlockReader
andDirectReader
withBlockWriter
.
This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the [email protected] list. Thank you for your contribution!
Hi @gf2121 -- did we ever performance test this change? It sounds compelling!
This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the [email protected] list. Thank you for your contribution!