Apache Lucene.Net 2.4.0 Class Library API

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