Lucene.Net 1.4.3 Class Library

SortField Constructor (String, CultureInfo, Boolean)

Creates a sort, possibly in reverse, by terms in the given Field sorted according to the given locale.

public SortField(
   string field,
   CultureInfo locale,
   bool reverse
);

Parameters

field
locale
Locale of values in the Field.
reverse

See Also

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