Class SortedDoublesIndexFieldData

java.lang.Object
org.elasticsearch.index.fielddata.IndexNumericFieldData
org.elasticsearch.index.fielddata.plain.SortedDoublesIndexFieldData
All Implemented Interfaces:
IndexFieldData<LeafNumericFieldData>

public class SortedDoublesIndexFieldData extends IndexNumericFieldData
FieldData for floating point types backed by LeafReader.getSortedNumericDocValues(String)
See Also:
  • DocValuesType.SORTED_NUMERIC