C# (CSharp) Lucene.Net.QueryParsers.Flexible.Standard.Parser Namespace

Classes

Name Description
EscapeQuerySyntaxImpl Implementation of IEscapeQuerySyntax for the standard lucene syntax.
FastCharStream An efficient implementation of JavaCC's ICharStream interface. Note that this does not do line-number counting, but instead keeps track of the character position of the token in the input, as required by Lucene's Token API.
LexicalToken
ParseException
RegexpToken
StandardSyntaxParser Parser for the standard Lucene syntax
StandardSyntaxParser.JJCalls
StandardSyntaxParserConstants Token literal values and constants.
StandardSyntaxParserTokenManager Token Manager.
Token