public class Constants
extends Object
Modifier and Type | Field and Description |
---|---|
static char |
ATTRIBUTE_MARKER |
static char |
BUMP_MARKER
The character used to mark the start/end of a special bump token.
|
static char |
ELEMENT_MARKER |
static char |
FIELD_END_MARKER |
static char |
FIELD_START_MARKER |
static char |
MARKER_BASE
Character guaranteed to be less than all special markers
|
static char |
NODE_MARKER
The special marker used to track the location of nodes within
a chunk of text to be indexed.
|
static String |
VIRTUAL_WORD
The string used to represent a virtual word in a chunk of text.
|
Constructor and Description |
---|
Constants() |
public static final char MARKER_BASE
public static final char BUMP_MARKER
public static final char NODE_MARKER
public static final String VIRTUAL_WORD
public static final char FIELD_START_MARKER
public static final char FIELD_END_MARKER
public static final char ELEMENT_MARKER
public static final char ATTRIBUTE_MARKER