Apache Lucene.Net 2.4.0 Class Library API

Sort Fields

The fields of the Sort class are listed below. For a complete list of Sort class members, see the Sort Members topic.

Public Static Fields

INDEXORDERRepresents sorting by index order.
RELEVANCE 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.

See Also

Sort Class | Lucene.Net.Search Namespace