Class RegexpToken
Inherited Members
Namespace: Lucene.Net.QueryParsers.Classic
Assembly: Lucene.Net.QueryParser.dll
Syntax
public static class RegexpToken
Fields
AND
RegularExpression Id.
Declaration
public const int AND = 8
Field Value
Type | Description |
---|---|
int |
BAREOPER
RegularExpression Id.
Declaration
public const int BAREOPER = 13
Field Value
Type | Description |
---|---|
int |
CARAT
RegularExpression Id.
Declaration
public const int CARAT = 18
Field Value
Type | Description |
---|---|
int |
COLON
RegularExpression Id.
Declaration
public const int COLON = 16
Field Value
Type | Description |
---|---|
int |
EOF
End of File.
Declaration
public const int EOF = 0
Field Value
Type | Description |
---|---|
int |
ESCAPED_CHAR
RegularExpression Id.
Declaration
public const int ESCAPED_CHAR = 2
Field Value
Type | Description |
---|---|
int |
FUZZY_SLOP
RegularExpression Id.
Declaration
public const int FUZZY_SLOP = 21
Field Value
Type | Description |
---|---|
int |
LPAREN
RegularExpression Id.
Declaration
public const int LPAREN = 14
Field Value
Type | Description |
---|---|
int |
MINUS
RegularExpression Id.
Declaration
public const int MINUS = 12
Field Value
Type | Description |
---|---|
int |
NOT
RegularExpression Id.
Declaration
public const int NOT = 10
Field Value
Type | Description |
---|---|
int |
NUMBER
RegularExpression Id.
Declaration
public const int NUMBER = 27
Field Value
Type | Description |
---|---|
int |
NUM_CHAR
RegularExpression Id.
Declaration
public const int NUM_CHAR = 1
Field Value
Type | Description |
---|---|
int |
OR
RegularExpression Id.
Declaration
public const int OR = 9
Field Value
Type | Description |
---|---|
int |
PLUS
RegularExpression Id.
Declaration
public const int PLUS = 11
Field Value
Type | Description |
---|---|
int |
PREFIXTERM
RegularExpression Id.
Declaration
public const int PREFIXTERM = 22
Field Value
Type | Description |
---|---|
int |
QUOTED
RegularExpression Id.
Declaration
public const int QUOTED = 19
Field Value
Type | Description |
---|---|
int |
QUOTED_CHAR
RegularExpression Id.
Declaration
public const int QUOTED_CHAR = 6
Field Value
Type | Description |
---|---|
int |
RANGEEX_END
RegularExpression Id.
Declaration
public const int RANGEEX_END = 30
Field Value
Type | Description |
---|---|
int |
RANGEEX_START
RegularExpression Id.
Declaration
public const int RANGEEX_START = 26
Field Value
Type | Description |
---|---|
int |
RANGEIN_END
RegularExpression Id.
Declaration
public const int RANGEIN_END = 29
Field Value
Type | Description |
---|---|
int |
RANGEIN_START
RegularExpression Id.
Declaration
public const int RANGEIN_START = 25
Field Value
Type | Description |
---|---|
int |
RANGE_GOOP
RegularExpression Id.
Declaration
public const int RANGE_GOOP = 32
Field Value
Type | Description |
---|---|
int |
RANGE_QUOTED
RegularExpression Id.
Declaration
public const int RANGE_QUOTED = 31
Field Value
Type | Description |
---|---|
int |
RANGE_TO
RegularExpression Id.
Declaration
public const int RANGE_TO = 28
Field Value
Type | Description |
---|---|
int |
REGEXPTERM
RegularExpression Id.
Declaration
public const int REGEXPTERM = 24
Field Value
Type | Description |
---|---|
int |
RPAREN
RegularExpression Id.
Declaration
public const int RPAREN = 15
Field Value
Type | Description |
---|---|
int |
STAR
RegularExpression Id.
Declaration
public const int STAR = 17
Field Value
Type | Description |
---|---|
int |
TERM
RegularExpression Id.
Declaration
public const int TERM = 20
Field Value
Type | Description |
---|---|
int |
TERM_CHAR
RegularExpression Id.
Declaration
public const int TERM_CHAR = 4
Field Value
Type | Description |
---|---|
int |
TERM_START_CHAR
RegularExpression Id.
Declaration
public const int TERM_START_CHAR = 3
Field Value
Type | Description |
---|---|
int |
WHITESPACE
RegularExpression Id.
Declaration
public const int WHITESPACE = 5
Field Value
Type | Description |
---|---|
int |
WILDTERM
RegularExpression Id.
Declaration
public const int WILDTERM = 23
Field Value
Type | Description |
---|---|
int |