Uses of Class
org.apache.lucene.queryparser.flexible.standard.parser.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apache.lucene.queryparser.flexible.standard.parser
Methods in org.apache.lucene.queryparser.flexible.standard.parser that return ParseExceptionModifier and TypeMethodDescriptionStandardSyntaxParser.generateParseException()Generate ParseException.Methods in org.apache.lucene.queryparser.flexible.standard.parser that throw ParseExceptionModifier and TypeMethodDescriptionfinal QueryNodeStandardSyntaxParser.Clause(CharSequence field) final QueryNodeStandardSyntaxParser.ConjQuery(CharSequence field) static UnescapedCharSequenceEscapeQuerySyntaxImpl.discardEscapeChar(CharSequence input) Returns a String where the escape char has been removed, or kept only once if there was a double escape.final QueryNodeStandardSyntaxParser.DisjQuery(CharSequence field) private static final intEscapeQuerySyntaxImpl.hexToInt(char c) Returns the numeric value of the hexadecimal characterprivate TokenStandardSyntaxParser.jj_consume_token(int kind) final QueryNodeStandardSyntaxParser.ModClause(CharSequence field) StandardSyntaxParser.Modifiers()final QueryNodeStandardSyntaxParser.Query(CharSequence field) final QueryNodeStandardSyntaxParser.Term(CharSequence field) final QueryNodeStandardSyntaxParser.TopLevelQuery(CharSequence field)