-
Couldn't load subscription status.
- Fork 2.3k
Open
opensearch-project/documentation-website
#10560Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Is your feature request related to a problem? Please describe
As part of this, we will enable skipList in opensearch field mappers - DateFieldMapper, NumericFieldMapper, BooleanFieldMapper etc.
Describe the solution you'd like
Find out the usage for SortedNumericDocValueField in doc_values and change it with new method to enable skipList
Current implementation
new SortedNumericDocValuesField <-- SkipList disabled
Change to
SortedNumericDocValuesField.indexedField <-- SkipList enabled
Related component
Indexing
Describe alternatives you've considered
No response
Additional context
No response
kkewwei and bharath-techie
Metadata
Metadata
Assignees
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request