Sort using term values as Strings, but comparing by value (using String.compareTo) for all comparisons. This is typically slower than {@link #STRING}, which uses ordinals to do the sorting.

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

Syntax

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

See Also