Class BooleanQuery.TooManyClauses

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BooleanQuery

    public static class BooleanQuery.TooManyClauses
    extends java.lang.RuntimeException
    Thrown when an attempt is made to add more than BooleanQuery.getMaxClauseCount() clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or TermRangeQuery is expanded to many terms during search.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TooManyClauses()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TooManyClauses

        public TooManyClauses()