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