org.cdlib.xtf.textEngine.freeform
Interface FreeformQueryParserConstants
- All Known Implementing Classes:
- FreeformQueryParser, FreeformQueryParserTokenManager
public interface FreeformQueryParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
OPEN_PAREN
static final int OPEN_PAREN
- See Also:
- Constant Field Values
CLOSE_PAREN
static final int CLOSE_PAREN
- See Also:
- Constant Field Values
BASIC
static final int BASIC
- See Also:
- Constant Field Values
APOSTROPHE
static final int APOSTROPHE
- See Also:
- Constant Field Values
ACRONYM
static final int ACRONYM
- See Also:
- Constant Field Values
COMPANY
static final int COMPANY
- See Also:
- Constant Field Values
EMAIL
static final int EMAIL
- See Also:
- Constant Field Values
HOST
static final int HOST
- See Also:
- Constant Field Values
NUM
static final int NUM
- See Also:
- Constant Field Values
SYMBOL
static final int SYMBOL
- See Also:
- Constant Field Values
ALPHANUM
static final int ALPHANUM
- See Also:
- Constant Field Values
P
static final int P
- See Also:
- Constant Field Values
HAS_DIGIT
static final int HAS_DIGIT
- See Also:
- Constant Field Values
ALPHA
static final int ALPHA
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
CJK
static final int CJK
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
NOISE
static final int NOISE
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage