Uses of Class
org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
Packages that use IndexNumericFieldData.NumericType Package Description org.elasticsearch.index.fielddata org.elasticsearch.index.fielddata.plain -
-
Uses of IndexNumericFieldData.NumericType in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return IndexNumericFieldData.NumericType Modifier and Type Method Description IndexNumericFieldData.NumericTypeIndexNumericFieldData. getNumericType()static IndexNumericFieldData.NumericTypeIndexNumericFieldData.NumericType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexNumericFieldData.NumericType[]IndexNumericFieldData.NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexNumericFieldData.NumericType in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain that return IndexNumericFieldData.NumericType Modifier and Type Method Description IndexNumericFieldData.NumericTypeSortedNumericDVIndexFieldData. getNumericType()Methods in org.elasticsearch.index.fielddata.plain with parameters of type IndexNumericFieldData.NumericType Modifier and Type Method Description DocValuesIndexFieldData.BuilderDocValuesIndexFieldData.Builder. numericType(IndexNumericFieldData.NumericType type)SortFieldSortedNumericDVIndexFieldData. sortField(IndexNumericFieldData.NumericType targetNumericType, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)Returns theSortFieldto used for sorting.Constructors in org.elasticsearch.index.fielddata.plain with parameters of type IndexNumericFieldData.NumericType Constructor Description SortedNumericDVIndexFieldData(Index index, String fieldNames, IndexNumericFieldData.NumericType numericType)
-