Uses of Class
org.elasticsearch.index.mapper.RangeType
-
Packages that use RangeType Package Description org.elasticsearch.index.fielddata.plain org.elasticsearch.index.mapper org.elasticsearch.search.aggregations.support -
-
Uses of RangeType in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain with parameters of type RangeType Modifier and Type Method Description DocValuesIndexFieldData.BuilderDocValuesIndexFieldData.Builder. setRangeType(RangeType rangeType) -
Uses of RangeType in org.elasticsearch.index.mapper
Fields in org.elasticsearch.index.mapper declared as RangeType Modifier and Type Field Description protected RangeTypeRangeFieldMapper.RangeFieldType. rangeTypeMethods in org.elasticsearch.index.mapper that return RangeType Modifier and Type Method Description RangeTypeRangeFieldMapper.RangeFieldType. rangeType()static RangeTypeRangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeType[]RangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.index.mapper with parameters of type RangeType Constructor Description Builder(String name, RangeType type)Range(RangeType type, Object from, Object to, boolean includeFrom, boolean includeTo)TypeParser(RangeType type) -
Uses of RangeType in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return RangeType Modifier and Type Method Description RangeTypeValuesSource.Range. rangeType()Constructors in org.elasticsearch.search.aggregations.support with parameters of type RangeType Constructor Description Range(IndexFieldData<?> indexFieldData, RangeType rangeType)
-