Uses of Class
org.elasticsearch.index.mapper.RangeType.LengthType
-
Packages that use RangeType.LengthType Package Description org.apache.lucene.queries org.elasticsearch.index.mapper -
-
Uses of RangeType.LengthType in org.apache.lucene.queries
Constructors in org.apache.lucene.queries with parameters of type RangeType.LengthType Constructor Description BinaryDocValuesRangeQuery(String fieldName, BinaryDocValuesRangeQuery.QueryType queryType, RangeType.LengthType lengthType, BytesRef from, BytesRef to, Object originalFrom, Object originalTo) -
Uses of RangeType.LengthType in org.elasticsearch.index.mapper
Fields in org.elasticsearch.index.mapper declared as RangeType.LengthType Modifier and Type Field Description RangeType.LengthTypeRangeType. lengthTypeMethods in org.elasticsearch.index.mapper that return RangeType.LengthType Modifier and Type Method Description static RangeType.LengthTypeRangeType.LengthType. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeType.LengthType[]RangeType.LengthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-