org.apache.lucene.search
Class BooleanQuery.TooManyClauses
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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
 
 
 
 
 
BooleanQuery.TooManyClauses
public BooleanQuery.TooManyClauses()
getMessage
public String getMessage()
- Overrides:
 getMessage in class Throwable
 
 
Copyright © 2000-2010 Apache Software Foundation.  All Rights Reserved.