org.apache.lucene.queryParser.surround.parser
Interface QueryParserConstants
- All Known Implementing Classes:
- QueryParser, QueryParserTokenManager
- public interface QueryParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
_NUM_CHAR
public static final int _NUM_CHAR
- See Also:
- Constant Field Values
_TERM_CHAR
public static final int _TERM_CHAR
- See Also:
- Constant Field Values
_WHITESPACE
public static final int _WHITESPACE
- See Also:
- Constant Field Values
_STAR
public static final int _STAR
- See Also:
- Constant Field Values
_ONE_CHAR
public static final int _ONE_CHAR
- See Also:
- Constant Field Values
_DISTOP_NUM
public static final int _DISTOP_NUM
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
W
public static final int W
- See Also:
- Constant Field Values
N
public static final int N
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
CARAT
public static final int CARAT
- See Also:
- Constant Field Values
TRUNCQUOTED
public static final int TRUNCQUOTED
- See Also:
- Constant Field Values
QUOTED
public static final int QUOTED
- See Also:
- Constant Field Values
SUFFIXTERM
public static final int SUFFIXTERM
- See Also:
- Constant Field Values
TRUNCTERM
public static final int TRUNCTERM
- See Also:
- Constant Field Values
TERM
public static final int TERM
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
Boost
public static final int Boost
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.