Uses of Class
org.apache.lucene.queryParser.standard.parser.ParseException
-
Packages that use ParseException Package Description org.apache.lucene.queryParser.standard.parser Lucene Query Parser -
-
Uses of ParseException in org.apache.lucene.queryParser.standard.parser
Methods in org.apache.lucene.queryParser.standard.parser that return ParseException Modifier and Type Method Description ParseExceptionStandardSyntaxParser. generateParseException()Generate ParseException.Methods in org.apache.lucene.queryParser.standard.parser that throw ParseException Modifier and Type Method Description QueryNodeStandardSyntaxParser. Clause(CharSequence field)QueryNodeStandardSyntaxParser. ConjQuery(CharSequence field)intStandardSyntaxParser. Conjunction()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.QueryNodeStandardSyntaxParser. DisjQuery(CharSequence field)QueryNodeStandardSyntaxParser. ModClause(CharSequence field)ModifierQueryNode.ModifierStandardSyntaxParser. Modifiers()QueryNodeStandardSyntaxParser. Query(CharSequence field)QueryNodeStandardSyntaxParser. Term(CharSequence field)QueryNodeStandardSyntaxParser. TopLevelQuery(CharSequence field)
-