Represents sorting by document score (relevancy).

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

Syntax

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

See Also