Class RegexpToken
Inheritance
System.Object
RegexpToken
Namespace: Lucene.Net.QueryParsers.Surround.Parser
Assembly: Lucene.Net.QueryParser.dll
Syntax
public static class RegexpToken : object
Fields
| Improve this Doc View SourceAND
RegularExpression Id.
Declaration
public const int AND = null
Field Value
Type | Description |
---|---|
System. |
CARAT
RegularExpression Id.
Declaration
public const int CARAT = null
Field Value
Type | Description |
---|---|
System. |
COLON
RegularExpression Id.
Declaration
public const int COLON = null
Field Value
Type | Description |
---|---|
System. |
COMMA
RegularExpression Id.
Declaration
public const int COMMA = null
Field Value
Type | Description |
---|---|
System. |
DISTOP_NUM
RegularExpression Id.
Declaration
public const int DISTOP_NUM = null
Field Value
Type | Description |
---|---|
System. |
EOF
End of File.
Declaration
public const int EOF = null
Field Value
Type | Description |
---|---|
System. |
LPAREN
RegularExpression Id.
Declaration
public const int LPAREN = null
Field Value
Type | Description |
---|---|
System. |
N
RegularExpression Id.
Declaration
public const int N = null
Field Value
Type | Description |
---|---|
System. |
NOT
RegularExpression Id.
Declaration
public const int NOT = null
Field Value
Type | Description |
---|---|
System. |
NUM_CHAR
RegularExpression Id.
Declaration
public const int NUM_CHAR = null
Field Value
Type | Description |
---|---|
System. |
NUMBER
RegularExpression Id.
Declaration
public const int NUMBER = null
Field Value
Type | Description |
---|---|
System. |
ONE_CHAR
RegularExpression Id.
Declaration
public const int ONE_CHAR = null
Field Value
Type | Description |
---|---|
System. |
OR
RegularExpression Id.
Declaration
public const int OR = null
Field Value
Type | Description |
---|---|
System. |
QUOTED
RegularExpression Id.
Declaration
public const int QUOTED = null
Field Value
Type | Description |
---|---|
System. |
RPAREN
RegularExpression Id.
Declaration
public const int RPAREN = null
Field Value
Type | Description |
---|---|
System. |
STAR
RegularExpression Id.
Declaration
public const int STAR = null
Field Value
Type | Description |
---|---|
System. |
SUFFIXTERM
RegularExpression Id.
Declaration
public const int SUFFIXTERM = null
Field Value
Type | Description |
---|---|
System. |
TERM
RegularExpression Id.
Declaration
public const int TERM = null
Field Value
Type | Description |
---|---|
System. |
TERM_CHAR
RegularExpression Id.
Declaration
public const int TERM_CHAR = null
Field Value
Type | Description |
---|---|
System. |
TRUNCQUOTED
RegularExpression Id.
Declaration
public const int TRUNCQUOTED = null
Field Value
Type | Description |
---|---|
System. |
TRUNCTERM
RegularExpression Id.
Declaration
public const int TRUNCTERM = null
Field Value
Type | Description |
---|---|
System. |
W
RegularExpression Id.
Declaration
public const int W = null
Field Value
Type | Description |
---|---|
System. |
WHITESPACE
RegularExpression Id.
Declaration
public const int WHITESPACE = null
Field Value
Type | Description |
---|---|
System. |