| Package | Description |
|---|---|
| org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
| Class and Description |
|---|
| 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
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 overriding CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.LeafReaderContext). |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.