Class BulkScorer
This class is used to score a range of documents at once, and is returned by GetBulkScorer(AtomicReaderContext, Boolean, IBits). Only queries that have a more optimized means of scoring across a range of documents need to override this. Otherwise, a default implementation is wrapped around the Scorer returned by GetScorer(AtomicReaderContext, IBits).
Inheritance
System.Object
BulkScorer
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class BulkScorer : object
Methods
Name | Description |
---|---|
Score(ICollector) | Scores and collects all matching documents. |
Score(ICollector, Int32) | Collects matching documents in a range. |