Lucene.Net 1.4.3 Class Library

SortField Constructor (String, Boolean)

Creates a sort, possibly in reverse, by terms in the given Field where the type of term value is determined dynamically ({@link #AUTO AUTO}).

public SortField(
   string field,
   bool reverse
);

Parameters

field
reverse
True if natural order should be reversed.

See Also

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