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

All Known Implementing Classes:
LuceneParser, LuceneParserTokenManager

public interface LuceneParserConstants


Field Summary
static int AND
           
static int BOOST
           
static int CAROT
           
static int COLON
           
static int DECIMAL
           
static int DEFAULT
           
static int DUBQUOTE
           
static int EOF
           
static int FSLASH
           
static int FUZZY
           
static int INTEGER
           
static int LB
           
static int LC
           
static int LP
           
static int MINUS
           
static int NGRAMTOKEN
           
static int NONSPACESEPCHAR
           
static int NOT
           
static int OR
           
static int PAND
           
static int PHRASE
           
static int PLUS
           
static int PROX
           
static int PUNCTCHAR1
           
static int PUNCTCHAR2
           
static int PUNCTUATION
           
static int RB
           
static int RC
           
static int RP
           
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 SPECIAL
           
static int TERM
           
static int TILDE
           
static int TO
           
static java.lang.String[] tokenImage
           
static int VALIDCHAR
           
static int WHITECHAR
           
static int WHITESPACE
           
 

Field Detail

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

TO

static final int TO
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

MINUS

static final int MINUS
See Also:
Constant Field Values

FSLASH

static final int FSLASH
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

DUBQUOTE

static final int DUBQUOTE
See Also:
Constant Field Values

LB

static final int LB
See Also:
Constant Field Values

RB

static final int RB
See Also:
Constant Field Values

LC

static final int LC
See Also:
Constant Field Values

RC

static final int RC
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

CAROT

static final int CAROT
See Also:
Constant Field Values

COLON

static final int COLON
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

FUZZY

static final int FUZZY
See Also:
Constant Field Values

PROX

static final int PROX
See Also:
Constant Field Values

BOOST

static final int BOOST
See Also:
Constant Field Values

PAND

static final int PAND
See Also:
Constant Field Values

VALIDCHAR

static final int VALIDCHAR
See Also:
Constant Field Values

PHRASE

static final int PHRASE
See Also:
Constant Field Values

TERM

static final int TERM
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

SPECIAL

static final int SPECIAL
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage