Lucene.Net.Search.DisjunctionSumScorer.Score C# (CSharp) Method

Score() public method

Returns the score of the current document matching the query. Initially invalid, until Next() is called the first time.
public Score ( ) : float
return float
		public override float Score()
		{
			return currentScore;
		}
		

Same methods

DisjunctionSumScorer::Score ( Collector collector, int max, int firstDocID ) : bool
DisjunctionSumScorer::Score ( Collector collector ) : void