Method FilteredScorer
FilteredScorer(AtomicReaderContext, Weight, DocIdSet)
Returns a filtered Scorer based on this strategy.
Declaration
public abstract Scorer FilteredScorer(AtomicReaderContext context, Weight weight, DocIdSet docIdSet)
Parameters
Type | Name | Description |
---|---|---|
AtomicReaderContext | context | the AtomicReaderContext for which to return the Scorer. |
Weight | weight | the FilteredQuery Weight to create the filtered scorer. |
DocIdSet | docIdSet | the filter DocIdSet to apply |
Returns
Type | Description |
---|---|
Scorer | a filtered scorer |