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 TypeMethodDescriptionstatic UnescapedCharSequence
EscapeQuerySyntaxImpl.discardEscapeChar
(CharSequence input) Returns a String where the escape char has been removed, or kept only once if there was a double escape.final QueryNode
StandardSyntaxParser.TopLevelQuery
(CharSequence field)