Class ConstantScoreQuery.ConstantBulkScorer
We return this as our BulkScorer so that if the CSQ
wraps a query with its own optimized top-level
scorer (e.g. Lucene.Net.Search.BooleanScorer) we can use that
top-level scorer.
Inheritance
System.Object
ConstantScoreQuery.ConstantBulkScorer
Assembly: Lucene.Net.dll
Syntax
protected class ConstantBulkScorer : BulkScorer
Constructors
|
Improve this Doc
View Source
ConstantBulkScorer(ConstantScoreQuery, BulkScorer, Weight, Single)
Declaration
public ConstantBulkScorer(ConstantScoreQuery outerInstance, BulkScorer bulkScorer, Weight weight, float theScore)
Parameters
Methods
|
Improve this Doc
View Source
Score(ICollector, Int32)
Declaration
public override bool Score(ICollector collector, int max)
Parameters
Type |
Name |
Description |
ICollector |
collector |
|
System.Int32 |
max |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides