Property ScoresDocsOutOfOrder
ScoresDocsOutOfOrder
Returns true if this implementation scores docs only out of order. This method is used in conjunction with ICollector's AcceptsDocsOutOfOrder and GetBulkScorer(AtomicReaderContext, Boolean, IBits) to create a matching Scorer instance for a given ICollector, or vice versa.
NOTE: the default implementation returns false
, i.e.
the Scorer scores documents in-order.
Declaration
public virtual bool ScoresDocsOutOfOrder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |