Apache Lucene.Net 2.4.0 Class Library API

NumberTools Fields

The fields of the NumberTools class are listed below. For a complete list of NumberTools class members, see the NumberTools Members topic.

Public Static Fields

MAX_STRING_VALUE Equivalent to longToString(Long.MAX_VALUE)
MIN_STRING_VALUE Equivalent to longToString(Long.MIN_VALUE)
STR_SIZE The length of (all) strings returned by {@link #longToString}

See Also

NumberTools Class | Lucene.Net.Documents Namespace