- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.3k
Open
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingMetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PRv3.1.0
Description
Please describe the end goal of this project
Enable sparse index in OpenSearch. Lucene10 has introduced sparse index which uses skip list on top of doc values. We see improvement in performance with SlowDVQuery with enabled skipList compared to DVQuery.
Supporting References
Issues
Indexing changes
- [SparseIndex] Modify FieldMappers to enable SkipList #17965
- [SparseIndex] Set default user experience sparse index #17966
Search changes
- [SparseIndex] Support for Skiplist in aggregation queries #17964
- Evaluate use cases for skiplist in KeywordField mapper.
Related component
No response
kkewwei, mgodwan, bharath-techie, expani and 456258zaq
Metadata
Metadata
Assignees
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingMetaMeta issue, not directly linked to a PRMeta issue, not directly linked to a PRv3.1.0
Type
Projects
Status
In Progress
Status
New