Overload List

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

To decode, use {@link #prefixCodedToInt}.

Public methodStatic memberIntToPrefixCoded(Int32, Int32)
Expert: Returns prefix coded bits after reducing the precision by
CopyC#
shift
bits. This is method is used by {@link IntRangeBuilder}.
Public methodStatic memberIntToPrefixCoded(Int32, 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