com.sun.labs.minion.retrieval.parser
Interface StrictParserConstants

All Known Implementing Classes:
StrictParser, StrictParserTokenManager

public interface StrictParserConstants


Field Summary
static int AND
           
static int BSLASH
           
static int CASE
           
static int CONTAINS
           
static int DECIMAL
           
static int DEFAULT
           
static int DUBQUOTE
           
static int ENDS
           
static int EOF
           
static int EQUALS
           
static int EXACT
           
static int EXPAND
           
static int GEQ
           
static int GREATER
           
static int GT
           
static int HIDE
           
static int IF
           
static int INTEGER
           
static int LEQ
           
static int LESS
           
static int LETTER
           
static int LP
           
static int LT
           
static int MATCHES
           
static int MORPH
           
static int NEAR
           
static int NEARN
           
static int NGRAMTOKEN
           
static int NONSPACESEPCHAR
           
static int NOT
           
static int NOTEQUAL
           
static int OR
           
static int PAND
           
static int PASSAGE
           
static int PHRASE
           
static int PUNCTCHAR1
           
static int PUNCTCHAR2
           
static int PUNCTUATION
           
static int RP
           
static int SAND
           
static int SEQUENCE
           
static int SIMILAR
           
static int SINQUOTE
           
static int SOR
           
static int SPACESEPCHAR
           
static int SPACESEPCHAR1
           
static int SPACESEPCHAR2
           
static int SPACESEPCHAR3
           
static int SPACESEPCHAR4
           
static int SPACESEPCHAR5
           
static int SPACESEPCHAR6
           
static int SPACESEPCHAR7
           
static int SPACESEPCHAR8
           
static int SPACESEPCHAR9
           
static int SPACESEPTOKEN
           
static int SPANS
           
static int STARTS
           
static int STEM
           
static int SUBSTRING
           
static java.lang.String[] tokenImage
           
static int TOR
           
static int UNDEFINED
           
static int VALIDCHAR
           
static int WEIGHT
           
static int WHITECHAR
           
static int WHITESPACE
           
static int WILD
           
static int WITHIN
           
static int WORD
           
static int WORDSTRING
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

PAND

static final int PAND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

TOR

static final int TOR
See Also:
Constant Field Values

SAND

static final int SAND
See Also:
Constant Field Values

SOR

static final int SOR
See Also:
Constant Field Values

PHRASE

static final int PHRASE
See Also:
Constant Field Values

EXACT

static final int EXACT
See Also:
Constant Field Values

CASE

static final int CASE
See Also:
Constant Field Values

HIDE

static final int HIDE
See Also:
Constant Field Values

MORPH

static final int MORPH
See Also:
Constant Field Values

WILD

static final int WILD
See Also:
Constant Field Values

STEM

static final int STEM
See Also:
Constant Field Values

WORD

static final int WORD
See Also:
Constant Field Values

EXPAND

static final int EXPAND
See Also:
Constant Field Values

STARTS

static final int STARTS
See Also:
Constant Field Values

ENDS

static final int ENDS
See Also:
Constant Field Values

MATCHES

static final int MATCHES
See Also:
Constant Field Values

SUBSTRING

static final int SUBSTRING
See Also:
Constant Field Values

SIMILAR

static final int SIMILAR
See Also:
Constant Field Values

PASSAGE

static final int PASSAGE
See Also:
Constant Field Values

SPANS

static final int SPANS
See Also:
Constant Field Values

SEQUENCE

static final int SEQUENCE
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

CONTAINS

static final int CONTAINS
See Also:
Constant Field Values

NEAR

static final int NEAR
See Also:
Constant Field Values

NEARN

static final int NEARN
See Also:
Constant Field Values

WEIGHT

static final int WEIGHT
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

UNDEFINED

static final int UNDEFINED
See Also:
Constant Field Values

WITHIN

static final int WITHIN
See Also:
Constant Field Values

NOTEQUAL

static final int NOTEQUAL
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

LESS

static final int LESS
See Also:
Constant Field Values

GREATER

static final int GREATER
See Also:
Constant Field Values

LEQ

static final int LEQ
See Also:
Constant Field Values

GEQ

static final int GEQ
See Also:
Constant Field Values

LP

static final int LP
See Also:
Constant Field Values

RP

static final int RP
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

BSLASH

static final int BSLASH
See Also:
Constant Field Values

DUBQUOTE

static final int DUBQUOTE
See Also:
Constant Field Values

SINQUOTE

static final int SINQUOTE
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
See Also:
Constant Field Values

WORDSTRING

static final int WORDSTRING
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

VALIDCHAR

static final int VALIDCHAR
See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
See Also:
Constant Field Values

WHITECHAR

static final int WHITECHAR
See Also:
Constant Field Values

SPACESEPTOKEN

static final int SPACESEPTOKEN
See Also:
Constant Field Values

SPACESEPCHAR

static final int SPACESEPCHAR
See Also:
Constant Field Values

SPACESEPCHAR1

static final int SPACESEPCHAR1
See Also:
Constant Field Values

SPACESEPCHAR2

static final int SPACESEPCHAR2
See Also:
Constant Field Values

SPACESEPCHAR3

static final int SPACESEPCHAR3
See Also:
Constant Field Values

SPACESEPCHAR4

static final int SPACESEPCHAR4
See Also:
Constant Field Values

SPACESEPCHAR5

static final int SPACESEPCHAR5
See Also:
Constant Field Values

SPACESEPCHAR6

static final int SPACESEPCHAR6
See Also:
Constant Field Values

SPACESEPCHAR7

static final int SPACESEPCHAR7
See Also:
Constant Field Values

SPACESEPCHAR8

static final int SPACESEPCHAR8
See Also:
Constant Field Values

SPACESEPCHAR9

static final int SPACESEPCHAR9
See Also:
Constant Field Values

NGRAMTOKEN

static final int NGRAMTOKEN
See Also:
Constant Field Values

NONSPACESEPCHAR

static final int NONSPACESEPCHAR
See Also:
Constant Field Values

PUNCTUATION

static final int PUNCTUATION
See Also:
Constant Field Values

PUNCTCHAR1

static final int PUNCTCHAR1
See Also:
Constant Field Values

PUNCTCHAR2

static final int PUNCTCHAR2
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage