The default parser for byte values, which are encoded by {@link Byte#toString(byte)}

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

Syntax

C#
public static readonly ByteParser DEFAULT_BYTE_PARSER
Visual Basic
Public Shared ReadOnly DEFAULT_BYTE_PARSER As ByteParser
Visual C++
public:
static initonly ByteParser^ DEFAULT_BYTE_PARSER

See Also