DotLucene 1.4 API Documentation

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