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 static 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 |
---|---|
class |
ScoreCachingWrappingScorer
A
Scorer which wraps another scorer and caches the score of the
current document. |