See: Description
| Class | Description | 
|---|---|
| DocTermOrdsRangeFilter | Deprecated
 Use  
DocValuesRangeQuery instead | 
| DocValuesNumbersQuery | 
 Like  
DocValuesTermsQuery, but this query only
 runs on a long NumericDocValuesField or a
 SortedNumericDocValuesField, matching
 all documents whose value in the specified field is
 contained in the provided set of long values. | 
| DocValuesRangeFilter<T> | Deprecated
 Use  
DocValuesRangeQuery instead | 
| DocValuesRangeQuery | 
 A range query that works on top of the doc values APIs. 
 | 
| DocValuesTermsFilter | Deprecated
 Use  
DocValuesTermsQuery and boolean BooleanClause.Occur.FILTER clauses instead | 
| DocValuesTermsQuery | 
 A  
Query that only accepts documents whose
 term value in the specified field is contained in the
 provided set of allowed terms. | 
| GeoPointDistanceQuery | 
 Implements a simple point distance query on a GeoPoint field. 
 | 
| GeoPointInBBoxQuery | 
 Implements a simple bounding box query on a GeoPoint field. 
 | 
| GeoPointInPolygonQuery | 
 Implements a simple point in polygon query on a GeoPoint field. 
 | 
| TermAutomatonQuery | 
 A proximity query that lets you express an automaton, whose
  transitions are terms, to match documents. 
 | 
| TokenStreamToTermAutomatonQuery | 
 Consumes a TokenStream and creates an  
TermAutomatonQuery
  where the transition labels are tokens from the TermToBytesRefAttribute. | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.