Lucene.Net 1.4.3 Class Library

SortField Constructor (String, Int32)

Creates a sort by terms in the given Field with the type of term values explicitly given.

public SortField(
   string field,
   int type
);

Parameters

field
type
Type of values in the terms.

See Also

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