Description
It feels like we could make range queries faster when the index is sorted, maybe by running on doc values, figuring ou the first and last matching documents with a binary search and returning a doc id set iterator that iterates through this range of documents?
Attachments
Issue Links
- links to