| Class | Description | 
|---|---|
| BoostingQuery | The BoostingQuery class can be used to effectively demote results that match a given query. | 
| CommonTermsQuery | A query that executes high-frequency terms in a optional sub-query to prevent
 slow queries due to "common" terms like stopwords. | 
| CustomScoreProvider | An instance of this subclass should be returned by
  CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.LeafReaderContext), if you want
 to modify the custom score calculation of aCustomScoreQuery. | 
| CustomScoreQuery | Query that sets document score as a programmatic function of several (sub) scores:
 
    the score of its subQuery (any query)
    (optional) the score of its  FunctionQuery(or queries).
 
 Subclasses can modify the computation by overridingCustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.LeafReaderContext). | 
| TermsQuery | Deprecated Use  TermInSetQuery | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.