Lucene.Net.Search.SortField.NeedsScores C# (CSharp) Méthode

NeedsScores() public méthode

Whether the relevance score is needed to sort documents.
public NeedsScores ( ) : bool
Résultat bool
        public virtual bool NeedsScores()
        {
            return type == Type_e.SCORE;
        }
    }