Overload List

  NameDescription
Public methodStatic memberLongToPrefixCoded(Int64)
This is a convenience method, that returns prefix coded bits of a long without reducing the precision. It can be used to store the full precision value as a stored field in index.

To decode, use {@link #prefixCodedToLong}.

Public methodStatic memberLongToPrefixCoded(Int64, Int32)
Expert: Returns prefix coded bits after reducing the precision by
CopyC#
shift
bits. This is method is used by {@link LongRangeBuilder}.
Public methodStatic memberLongToPrefixCoded(Int64, Int32, array<Char>[]()[][])
Expert: Returns prefix coded bits after reducing the precision by
CopyC#
shift
bits. This is method is used by {@link NumericTokenStream}.

See Also