Lucene.Net.Search.SortField.NeedsScores C# (CSharp) 메소드

NeedsScores() 공개 메소드

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