Overload List
Name | Description | |
---|---|---|
LongToPrefixCoded(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}.
| |
LongToPrefixCoded(Int64, Int32) | Expert: Returns prefix coded bits after reducing the precision by CopyC# shift | |
LongToPrefixCoded(Int64, Int32, array<Char>[]()[][]) | Expert: Returns prefix coded bits after reducing the precision by CopyC# shift |