Package | Description |
---|---|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
Modifier and Type | Field and Description |
---|---|
private CustomScoreProvider |
CustomScoreQuery.CustomScorer.provider |
Modifier and Type | Method and Description |
---|---|
protected CustomScoreProvider |
CustomScoreQuery.getCustomScoreProvider(LeafReaderContext context)
Returns a
CustomScoreProvider that calculates the custom scores
for the given IndexReader . |
Constructor and Description |
---|
CustomScorer(CustomScoreProvider provider,
CustomScoreQuery.CustomWeight w,
float qWeight,
Scorer subQueryScorer,
Scorer[] valSrcScorers) |