org.apache.lucene.search
Class BooleanQuery.TooManyClauses

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.search.BooleanQuery.TooManyClauses
All Implemented Interfaces:
Serializable
Enclosing class:
BooleanQuery

public static class BooleanQuery.TooManyClauses
extends 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
BooleanQuery.TooManyClauses()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanQuery.TooManyClauses

public BooleanQuery.TooManyClauses()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.