Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
One of the goals of the new iterator-based API is to better handle sparse data. However, the current doc values writers still use a dense representation, and some of them perform naive linear scans in the nextDoc implementation.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-7407 Explore switching doc values to an iterator API
- Resolved