mkhludnev opened a new pull request, #13974:
URL: https://github.com/apache/lucene/pull/13974
### Description
Here's a sketch of DV analog of MultiRangeQuery. This draft uses bitset for
expanding multiple ranges.
It passes random test, but internals are rough yet.
What do you t
dweiss commented on issue #13965:
URL: https://github.com/apache/lucene/issues/13965#issuecomment-2453331770
> You can always add "Fast-", "Block-", "Smart-", "Bulk-", in front of any
of them for more fun (kidding).
Both BlockCountDracula and CountDraculaBlock cracked me up.
--