Lucene.Net 1.4.3 Class Library

Sort Constructor ()

Sorts by computed relevance. This is the same sort criteria as calling {@link Searcher#Search(Query) Searcher#search()} without a sort criteria, only with slightly more overhead.

public Sort();

See Also

Sort Class | Lucene.Net.Search Namespace | Sort Constructor Overload List