[Missing <summary> documentation for "M:Lucene.Net.Search.BooleanScorer.Score(Lucene.Net.Search.Collector,System.Int32,System.Int32)"]

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override bool Score(
	Collector collector,
	int max,
	int firstDocID
)
Visual Basic
Public Overrides Function Score ( _
	collector As Collector, _
	max As Integer, _
	firstDocID As Integer _
) As Boolean
Visual C++
public:
virtual bool Score(
	Collector^ collector, 
	int max, 
	int firstDocID
) override

Parameters

collector
Type: Lucene.Net.Search..::..Collector

[Missing <param name="collector"/> documentation for "M:Lucene.Net.Search.BooleanScorer.Score(Lucene.Net.Search.Collector,System.Int32,System.Int32)"]

max
Type: System..::..Int32

[Missing <param name="max"/> documentation for "M:Lucene.Net.Search.BooleanScorer.Score(Lucene.Net.Search.Collector,System.Int32,System.Int32)"]

firstDocID
Type: System..::..Int32

[Missing <param name="firstDocID"/> documentation for "M:Lucene.Net.Search.BooleanScorer.Score(Lucene.Net.Search.Collector,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.BooleanScorer.Score(Lucene.Net.Search.Collector,System.Int32,System.Int32)"]

See Also