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