public interface

QueryParserConstants

org.apache.lucene.queryParser.QueryParserConstants
Known Indirect Subclasses

Class Overview

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()

Summary

Constants
int AND RegularExpression Id.
int Boost Lexical state.
int CARAT RegularExpression Id.
int COLON RegularExpression Id.
int DEFAULT Lexical state.
int EOF End of File.
int FUZZY_SLOP RegularExpression Id.
int LPAREN RegularExpression Id.
int MINUS RegularExpression Id.
int NOT RegularExpression Id.
int NUMBER RegularExpression Id.
int OR RegularExpression Id.
int PLUS RegularExpression Id.
int PREFIXTERM RegularExpression Id.
int QUOTED RegularExpression Id.
int RANGEEX_END RegularExpression Id.
int RANGEEX_GOOP RegularExpression Id.
int RANGEEX_QUOTED RegularExpression Id.
int RANGEEX_START RegularExpression Id.
int RANGEEX_TO RegularExpression Id.
int RANGEIN_END RegularExpression Id.
int RANGEIN_GOOP RegularExpression Id.
int RANGEIN_QUOTED RegularExpression Id.
int RANGEIN_START RegularExpression Id.
int RANGEIN_TO RegularExpression Id.
int RPAREN RegularExpression Id.
int RangeEx Lexical state.
int RangeIn Lexical state.
int STAR RegularExpression Id.
int TERM RegularExpression Id.
int WILDTERM RegularExpression Id.
int _ESCAPED_CHAR RegularExpression Id.
int _NUM_CHAR RegularExpression Id.
int _QUOTED_CHAR RegularExpression Id.
int _TERM_CHAR RegularExpression Id.
int _TERM_START_CHAR RegularExpression Id.
int _WHITESPACE RegularExpression Id.
Fields
public static final String[] tokenImage Literal token values.

Constants

public static final int AND

RegularExpression Id.

Constant Value: 8 (0x00000008)

public static final int Boost

Lexical state.

Constant Value: 0 (0x00000000)

public static final int CARAT

RegularExpression Id.

Constant Value: 17 (0x00000011)

public static final int COLON

RegularExpression Id.

Constant Value: 15 (0x0000000f)

public static final int DEFAULT

Lexical state.

Constant Value: 3 (0x00000003)

public static final int EOF

End of File.

Constant Value: 0 (0x00000000)

public static final int FUZZY_SLOP

RegularExpression Id.

Constant Value: 20 (0x00000014)

public static final int LPAREN

RegularExpression Id.

Constant Value: 13 (0x0000000d)

public static final int MINUS

RegularExpression Id.

Constant Value: 12 (0x0000000c)

public static final int NOT

RegularExpression Id.

Constant Value: 10 (0x0000000a)

public static final int NUMBER

RegularExpression Id.

Constant Value: 25 (0x00000019)

public static final int OR

RegularExpression Id.

Constant Value: 9 (0x00000009)

public static final int PLUS

RegularExpression Id.

Constant Value: 11 (0x0000000b)

public static final int PREFIXTERM

RegularExpression Id.

Constant Value: 21 (0x00000015)

public static final int QUOTED

RegularExpression Id.

Constant Value: 18 (0x00000012)

public static final int RANGEEX_END

RegularExpression Id.

Constant Value: 31 (0x0000001f)

public static final int RANGEEX_GOOP

RegularExpression Id.

Constant Value: 33 (0x00000021)

public static final int RANGEEX_QUOTED

RegularExpression Id.

Constant Value: 32 (0x00000020)

public static final int RANGEEX_START

RegularExpression Id.

Constant Value: 24 (0x00000018)

public static final int RANGEEX_TO

RegularExpression Id.

Constant Value: 30 (0x0000001e)

public static final int RANGEIN_END

RegularExpression Id.

Constant Value: 27 (0x0000001b)

public static final int RANGEIN_GOOP

RegularExpression Id.

Constant Value: 29 (0x0000001d)

public static final int RANGEIN_QUOTED

RegularExpression Id.

Constant Value: 28 (0x0000001c)

public static final int RANGEIN_START

RegularExpression Id.

Constant Value: 23 (0x00000017)

public static final int RANGEIN_TO

RegularExpression Id.

Constant Value: 26 (0x0000001a)

public static final int RPAREN

RegularExpression Id.

Constant Value: 14 (0x0000000e)

public static final int RangeEx

Lexical state.

Constant Value: 1 (0x00000001)

public static final int RangeIn

Lexical state.

Constant Value: 2 (0x00000002)

public static final int STAR

RegularExpression Id.

Constant Value: 16 (0x00000010)

public static final int TERM

RegularExpression Id.

Constant Value: 19 (0x00000013)

public static final int WILDTERM

RegularExpression Id.

Constant Value: 22 (0x00000016)

public static final int _ESCAPED_CHAR

RegularExpression Id.

Constant Value: 2 (0x00000002)

public static final int _NUM_CHAR

RegularExpression Id.

Constant Value: 1 (0x00000001)

public static final int _QUOTED_CHAR

RegularExpression Id.

Constant Value: 6 (0x00000006)

public static final int _TERM_CHAR

RegularExpression Id.

Constant Value: 4 (0x00000004)

public static final int _TERM_START_CHAR

RegularExpression Id.

Constant Value: 3 (0x00000003)

public static final int _WHITESPACE

RegularExpression Id.

Constant Value: 5 (0x00000005)

Fields

public static final String[] tokenImage

Literal token values.