Package org.apache.lucene.queryparser.flexible.standard.parser
package org.apache.lucene.queryparser.flexible.standard.parser
Lucene Query Parser.
Lucene Query Parser
The package org.apache.lucene.queryparser.flexible.standard.parser contains the query parser.
This text parser only performs the syntax validation and creates an QueryNode tree from a query string.
-
ClassDescriptionThis interface describes a character stream that maintains line and column number positions of the characters.Implementation of
EscapeQuerySyntax
for the standard lucene syntax.An efficient implementation of JavaCC's CharStream interface.This exception is thrown when parse errors are encountered.Parser for the standard Lucene syntaxToken literal values and constants.Token Manager.Describes the input token stream.Token Manager Error.