Lucene.Net 1.9.1 Class Library

SortField Constructor (String)

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

public SortField(
   string field
);

Parameters

field
Name of field to sort by, cannot be
null
.

See Also

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