DotLucene 1.4 API Documentation

Sort Constructor (String, Boolean)

Sorts possibly in reverse by the terms in Field then by index order (document number). The type of value in Field is determined automatically.

public Sort(
   string field,
   bool reverse
);

See Also

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