org.apache.lucene.queryParser.surround.parser

Interface QueryParserConstants

Known Implementing Classes:
QueryParser, QueryParserTokenManager

public interface QueryParserConstants

Field Summary

static int
AND
static int
Boost
static int
CARAT
static int
COLON
static int
COMMA
static int
DEFAULT
static int
EOF
static int
LPAREN
static int
N
static int
NOT
static int
NUMBER
static int
OR
static int
QUOTED
static int
RPAREN
static int
SUFFIXTERM
static int
TERM
static int
TRUNCQUOTED
static int
TRUNCTERM
static int
W
static int
_DISTOP_NUM
static int
_NUM_CHAR
static int
_ONE_CHAR
static int
_STAR
static int
_TERM_CHAR
static int
_WHITESPACE
static String[]
tokenImage

Field Details

AND

public static final int AND
Field Value:
9

Boost

public static final int Boost
Field Value:
0

CARAT

public static final int CARAT
Field Value:
17

COLON

public static final int COLON
Field Value:
16

COMMA

public static final int COMMA
Field Value:
15

DEFAULT

public static final int DEFAULT
Field Value:
1

EOF

public static final int EOF
Field Value:
0

LPAREN

public static final int LPAREN
Field Value:
13

N

public static final int N
Field Value:
12

NOT

public static final int NOT
Field Value:
10

NUMBER

public static final int NUMBER
Field Value:
23

OR

public static final int OR
Field Value:
8

QUOTED

public static final int QUOTED
Field Value:
19

RPAREN

public static final int RPAREN
Field Value:
14

SUFFIXTERM

public static final int SUFFIXTERM
Field Value:
20

TERM

public static final int TERM
Field Value:
22

TRUNCQUOTED

public static final int TRUNCQUOTED
Field Value:
18

TRUNCTERM

public static final int TRUNCTERM
Field Value:
21

W

public static final int W
Field Value:
11

_DISTOP_NUM

public static final int _DISTOP_NUM
Field Value:
6

_NUM_CHAR

public static final int _NUM_CHAR
Field Value:
1

_ONE_CHAR

public static final int _ONE_CHAR
Field Value:
5

_STAR

public static final int _STAR
Field Value:
4

_TERM_CHAR

public static final int _TERM_CHAR
Field Value:
2

_WHITESPACE

public static final int _WHITESPACE
Field Value:
3

tokenImage

public static final String[] tokenImage

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.