Field STRING_VAL
Sort using term values as Strings, but comparing by value (using String.compareTo) for all comparisons. This is typically slower than STRING, which uses ordinals to do the sorting.
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.NetCore.dll
Syntax
public const int STRING_VAL = null
Returns
Type | Description |
---|---|
System.Int32 |