The QueryParserConstants type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| QueryParserConstants | Initializes a new instance of the QueryParserConstants class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _ESCAPED_CHAR | RegularExpression Id. | |
| _NUM_CHAR | RegularExpression Id. | |
| _QUOTED_CHAR | RegularExpression Id. | |
| _TERM_CHAR | RegularExpression Id. | |
| _TERM_START_CHAR | RegularExpression Id. | |
| _WHITESPACE | RegularExpression Id. | |
| AND | RegularExpression Id. | |
| Boost | Lexical state. | |
| CARAT | RegularExpression Id. | |
| COLON | RegularExpression Id. | |
| DEFAULT | Lexical state. | |
| EOF | End of File. | |
| FUZZY_SLOP | RegularExpression Id. | |
| LPAREN | RegularExpression Id. | |
| MINUS | RegularExpression Id. | |
| NOT | RegularExpression Id. | |
| NUMBER | RegularExpression Id. | |
| OR | RegularExpression Id. | |
| PLUS | RegularExpression Id. | |
| PREFIXTERM | RegularExpression Id. | |
| QUOTED | RegularExpression Id. | |
| RangeEx | Lexical state. | |
| RANGEEX_END | RegularExpression Id. | |
| RANGEEX_GOOP | RegularExpression Id. | |
| RANGEEX_QUOTED | RegularExpression Id. | |
| RANGEEX_START | RegularExpression Id. | |
| RANGEEX_TO | RegularExpression Id. | |
| RangeIn | Lexical state. | |
| RANGEIN_END | RegularExpression Id. | |
| RANGEIN_GOOP | RegularExpression Id. | |
| RANGEIN_QUOTED | RegularExpression Id. | |
| RANGEIN_START | RegularExpression Id. | |
| RANGEIN_TO | RegularExpression Id. | |
| RPAREN | RegularExpression Id. | |
| STAR | RegularExpression Id. | |
| TERM | RegularExpression Id. | |
| tokenImage | Literal token values. | |
| WILDTERM | RegularExpression Id. |