Apache Lucene.Net 2.1 Class Library API

Sort Constructor (String, Boolean)

Sorts possibly in reverse by the terms in

field
then by index order (document number). The type of value in
field
is determined automatically.

public Sort(
   string field,
   bool reverse
);

See Also

Sort Class | Lucene.Net.Search Namespace | Sort Constructor Overload List | SortField#AUTO