Uses of Interface
org.elasticsearch.index.fielddata.IndexNumericFieldData
-
-
Uses of IndexNumericFieldData in org.elasticsearch.common.lucene.search.function
Constructors in org.elasticsearch.common.lucene.search.function with parameters of type IndexNumericFieldData Constructor Description FieldValueFactorFunction(String field, float boostFactor, FieldValueFactorFunction.Modifier modifierType, Double missing, IndexNumericFieldData indexFieldData) -
Uses of IndexNumericFieldData in org.elasticsearch.index.fielddata.fieldcomparator
Constructors in org.elasticsearch.index.fielddata.fieldcomparator with parameters of type IndexNumericFieldData Constructor Description DoubleValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)FloatValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, Function<SortedNumericDocValues,SortedNumericDocValues> converter) -
Uses of IndexNumericFieldData in org.elasticsearch.index.fielddata.plain
Classes in org.elasticsearch.index.fielddata.plain that implement IndexNumericFieldData Modifier and Type Class Description classSortedNumericDVIndexFieldDataFieldData backed byLeafReader.getSortedNumericDocValues(String) -
Uses of IndexNumericFieldData in org.elasticsearch.search.aggregations.support
Fields in org.elasticsearch.search.aggregations.support declared as IndexNumericFieldData Modifier and Type Field Description protected IndexNumericFieldDataValuesSource.Numeric.FieldData. indexFieldDataConstructors in org.elasticsearch.search.aggregations.support with parameters of type IndexNumericFieldData Constructor Description FieldData(IndexNumericFieldData indexFieldData)
-