Lucene.Net.Search.DisjunctionSumScorer.Score C# (CSharp) Метод

Score() публичный Метод

Returns the score of the current document matching the query. Initially invalid, until Next() is called the first time.
public Score ( ) : float
Результат float
		public override float Score()
		{
			return currentScore;
		}
		

Same methods

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