| Class | Description |
|---|---|
| BoostingQuery | Deprecated |
| 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 a CustomScoreQuery. |
| CustomScoreQuery | Deprecated |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.