Apache Lucene.Net 2.4.0 Class Library API

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