|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectConstants
public class Constants
Holds global constants for the XTF text system.
Field Summary | |
---|---|
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 Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Constants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |