Open
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