org.apache.lucene.queryParser.surround.parser

Interface QueryParserConstants

public interface QueryParserConstants

Field Summary
intAND
intBoost
intCARAT
intCOLON
intCOMMA
intDEFAULT
intEOF
intLPAREN
intN
intNOT
intNUMBER
intOR
intQUOTED
intRPAREN
intSUFFIXTERM
String[]tokenImage
intTERM
intTRUNCQUOTED
intTRUNCTERM
intW
int_DISTOP_NUM
int_NUM_CHAR
int_ONE_CHAR
int_STAR
int_TERM_CHAR
int_WHITESPACE

Field Detail

AND

public int AND

Boost

public int Boost

CARAT

public int CARAT

COLON

public int COLON

COMMA

public int COMMA

DEFAULT

public int DEFAULT

EOF

public int EOF

LPAREN

public int LPAREN

N

public int N

NOT

public int NOT

NUMBER

public int NUMBER

OR

public int OR

QUOTED

public int QUOTED

RPAREN

public int RPAREN

SUFFIXTERM

public int SUFFIXTERM

tokenImage

public String[] tokenImage

TERM

public int TERM

TRUNCQUOTED

public int TRUNCQUOTED

TRUNCTERM

public int TRUNCTERM

W

public int W

_DISTOP_NUM

public int _DISTOP_NUM

_NUM_CHAR

public int _NUM_CHAR

_ONE_CHAR

public int _ONE_CHAR

_STAR

public int _STAR

_TERM_CHAR

public int _TERM_CHAR

_WHITESPACE

public int _WHITESPACE
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.