Uses of Class
org.apache.lucene.document.RangeFieldQuery.QueryType
-
Packages that use RangeFieldQuery.QueryType Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of RangeFieldQuery.QueryType in org.apache.lucene.document
Methods in org.apache.lucene.document that return RangeFieldQuery.QueryType Modifier and Type Method Description static RangeFieldQuery.QueryType
RangeFieldQuery.QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RangeFieldQuery.QueryType[]
RangeFieldQuery.QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.document with parameters of type RangeFieldQuery.QueryType Constructor Description RangeFieldQuery(String field, byte[] ranges, int numDims, RangeFieldQuery.QueryType queryType)
Create a query for searching indexed ranges that match the provided relation.
-