DotLucene 1.4 API Documentation

Sort Constructor (String)

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

public Sort(
   string field
);

See Also

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