Expert: Longs are stored at lower precision by shifting off lower bits. The shift count is stored as
CopyC#
SHIFT_START_LONG+shift
in the first character

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static char SHIFT_START_LONG
Visual Basic
Public Shared SHIFT_START_LONG As Char
Visual C++
public:
static wchar_t SHIFT_START_LONG

See Also