See: Description
| Class | Description | 
|---|---|
| DocValuesNumbersQuery | Like  DocValuesTermsQuery, but this query only
 runs on a longNumericDocValuesFieldor aSortedNumericDocValuesField, matching
 all documents whose value in the specified field is
 contained in the provided set of long values. | 
| DocValuesRangeQuery | Deprecated Use factory method on doc value field classes | 
| DocValuesTermsQuery | A  Querythat only accepts documents whose
 term value in the specified field is contained in the
 provided set of allowed terms. | 
| TermAutomatonQuery | A proximity query that lets you express an automaton, whose
  transitions are terms, to match documents. | 
| TokenStreamToTermAutomatonQuery | Consumes a TokenStream and creates an  TermAutomatonQuerywhere the transition labels are tokens from theTermToBytesRefAttribute. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.