Apache Lucene.Net 2.4.0 Class Library API

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