Represents sorting by document number (index order).

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly SortField FIELD_DOC
Visual Basic
Public Shared ReadOnly FIELD_DOC As SortField
Visual C++
public:
static initonly SortField^ FIELD_DOC

See Also