Special comparator for sorting hits according to computed relevance (document score).

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

Syntax

C#
public static readonly ScoreDocComparator RELEVANCE
Visual Basic
Public Shared ReadOnly RELEVANCE As ScoreDocComparator
Visual C++
public:
static initonly ScoreDocComparator^ RELEVANCE

See Also