StandardSyntaxParserConstants | Token literal values and constants. | code | html |
EscapeQuerySyntaxImpl | code | html | |
JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). | code | html |
ParseException | This exception is thrown when parse errors are encountered. | code | html |
StandardSyntaxParser | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
StandardSyntaxParser.JJCalls | code | html | |
StandardSyntaxParser.LookaheadSuccess | code | html | |
StandardSyntaxParserTokenManager | Token Manager. | code | html |
Token | Describes the input token stream. | code | html |
TokenMgrError | Token Manager Error. | code | html |
The package org.apache.lucene.queryParser.standard.parser contains the query parser.
This text parser only performs the syntax validation and creates an QueryNode tree from a query string.