Package | Description |
---|---|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
private class |
CustomScoreQuery.CustomScorer
A scorer that applies a (callback) function on scores of the subQuery.
|
Modifier and Type | Class and Description |
---|---|
private class |
BoostedQuery.CustomScorer |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BooleanTopLevelScorers.BoostedScorer
Used when there is more than one scorer in a query, but a segment
only had one non-null scorer.
|
class |
ScoreCachingWrappingScorer
A
Scorer which wraps another scorer and caches the score of the
current document. |