The QueryParserConstants type exposes the following members.

Constructors

  NameDescription
Public methodQueryParserConstants
Initializes a new instance of the QueryParserConstants class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic member_ESCAPED_CHAR
RegularExpression Id.
Public fieldStatic member_NUM_CHAR
RegularExpression Id.
Public fieldStatic member_QUOTED_CHAR
RegularExpression Id.
Public fieldStatic member_TERM_CHAR
RegularExpression Id.
Public fieldStatic member_TERM_START_CHAR
RegularExpression Id.
Public fieldStatic member_WHITESPACE
RegularExpression Id.
Public fieldStatic memberAND
RegularExpression Id.
Public fieldStatic memberBoost
Lexical state.
Public fieldStatic memberCARAT
RegularExpression Id.
Public fieldStatic memberCOLON
RegularExpression Id.
Public fieldStatic memberDEFAULT
Lexical state.
Public fieldStatic memberEOF
End of File.
Public fieldStatic memberFUZZY_SLOP
RegularExpression Id.
Public fieldStatic memberLPAREN
RegularExpression Id.
Public fieldStatic memberMINUS
RegularExpression Id.
Public fieldStatic memberNOT
RegularExpression Id.
Public fieldStatic memberNUMBER
RegularExpression Id.
Public fieldStatic memberOR
RegularExpression Id.
Public fieldStatic memberPLUS
RegularExpression Id.
Public fieldStatic memberPREFIXTERM
RegularExpression Id.
Public fieldStatic memberQUOTED
RegularExpression Id.
Public fieldStatic memberRangeEx
Lexical state.
Public fieldStatic memberRANGEEX_END
RegularExpression Id.
Public fieldStatic memberRANGEEX_GOOP
RegularExpression Id.
Public fieldStatic memberRANGEEX_QUOTED
RegularExpression Id.
Public fieldStatic memberRANGEEX_START
RegularExpression Id.
Public fieldStatic memberRANGEEX_TO
RegularExpression Id.
Public fieldStatic memberRangeIn
Lexical state.
Public fieldStatic memberRANGEIN_END
RegularExpression Id.
Public fieldStatic memberRANGEIN_GOOP
RegularExpression Id.
Public fieldStatic memberRANGEIN_QUOTED
RegularExpression Id.
Public fieldStatic memberRANGEIN_START
RegularExpression Id.
Public fieldStatic memberRANGEIN_TO
RegularExpression Id.
Public fieldStatic memberRPAREN
RegularExpression Id.
Public fieldStatic memberSTAR
RegularExpression Id.
Public fieldStatic memberTERM
RegularExpression Id.
Public fieldStatic membertokenImage
Literal token values.
Public fieldStatic memberWILDTERM
RegularExpression Id.

See Also