Sort using a custom Comparator. Sort values are any Comparable and sorting is done according to natural order.

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

Syntax

C#
public const int CUSTOM
Visual Basic
Public Const CUSTOM As Integer
Visual C++
public:
literal int CUSTOM

See Also