Lucene.Net 1.4.3 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
locale
Locale of values in the Field.

See Also

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