Lucene.Net 1.9.1 Class Library

SortField Constructor (String, CultureInfo)

Creates a sort by terms in the given field sorted according to the given locale.

public SortField(
   string field,
   CultureInfo locale
);

Parameters

field
Name of field to sort by, cannot be
null
.
locale
Locale of values in the field.

See Also

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