Apache Lucene.Net 2.4.0 Class Library API

SortField Class

Stores information about how to sort documents by terms in an individual field. Fields must be indexed in order to sort by them.

For a list of all members of this type, see SortField Members.

System.Object
   Lucene.Net.Search.SortField

public class SortField

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

SortField Members | Lucene.Net.Search Namespace |