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 private QueryNodeStandardSyntaxParser. Boost(QueryNode node)private QueryNodeStandardSyntaxParser. Clause(java.lang.CharSequence field)private 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.private QueryNodeStandardSyntaxParser. DisjQuery(java.lang.CharSequence field)private java.lang.CharSequenceStandardSyntaxParser. FieldName()private TermRangeQueryNodeStandardSyntaxParser. FieldRangeExpr(java.lang.CharSequence field)private QueryNodeStandardSyntaxParser. FuzzyOp(java.lang.CharSequence field, Token term, QueryNode node)private QueryNodeStandardSyntaxParser. GroupingExpr(java.lang.CharSequence field)private static intEscapeQuerySyntaxImpl. hexToInt(char c)Returns the numeric value of the hexadecimal characterprivate IntervalFunctionStandardSyntaxParser. IntervalAfter()private IntervalFunctionStandardSyntaxParser. IntervalAtLeast()private IntervalFunctionStandardSyntaxParser. IntervalBefore()private IntervalFunctionStandardSyntaxParser. IntervalContainedBy()private IntervalFunctionStandardSyntaxParser. IntervalContaining()private IntervalQueryNodeStandardSyntaxParser. IntervalExpr(java.lang.CharSequence field)private IntervalFunctionStandardSyntaxParser. IntervalExtend()private IntervalFunctionStandardSyntaxParser. IntervalFun()private IntervalFunctionStandardSyntaxParser. IntervalFuzzyTerm()private IntervalFunctionStandardSyntaxParser. IntervalMaxGaps()private IntervalFunctionStandardSyntaxParser. IntervalMaxWidth()private IntervalFunctionStandardSyntaxParser. IntervalNonOverlapping()private IntervalFunctionStandardSyntaxParser. IntervalNotContainedBy()private IntervalFunctionStandardSyntaxParser. IntervalNotContaining()private IntervalFunctionStandardSyntaxParser. IntervalNotWithin()private IntervalFunctionStandardSyntaxParser. IntervalOr()private IntervalFunctionStandardSyntaxParser. IntervalOrdered()private IntervalFunctionStandardSyntaxParser. IntervalOverlapping()private IntervalFunctionStandardSyntaxParser. IntervalPhrase()private IntervalFunctionStandardSyntaxParser. IntervalText()private IntervalFunctionStandardSyntaxParser. IntervalUnordered()private IntervalFunctionStandardSyntaxParser. IntervalUnorderedNoOverlaps()private IntervalFunctionStandardSyntaxParser. IntervalWildcard()private IntervalFunctionStandardSyntaxParser. IntervalWithin()private TokenStandardSyntaxParser. jj_consume_token(int kind)private QueryNodeStandardSyntaxParser. ModClause(java.lang.CharSequence field)private QueryNodeStandardSyntaxParser. Query(java.lang.CharSequence field)private QueryNodeStandardSyntaxParser. QuotedTerm(java.lang.CharSequence field)private QueryNodeStandardSyntaxParser. Term(java.lang.CharSequence field)private TermRangeQueryNodeStandardSyntaxParser. TermRangeExpr(java.lang.CharSequence field)QueryNodeStandardSyntaxParser. TopLevelQuery(java.lang.CharSequence field)
-