Lucene.Net 1.9.1 Class Library

Sort.RELEVANCE Field

Represents sorting by computed relevance. Using this sort criteria returns the same results as calling {@link Searcher#Search(Query) Searcher#search()}without a sort criteria, only with slightly more overhead.

public static readonly Sort RELEVANCE;

See Also

Sort Class | Lucene.Net.Search Namespace