org.apache.lucene.search
Class BooleanQuery.TooManyClauses
RuntimeException
org.apache.lucene.search.BooleanQuery.TooManyClauses
- BooleanQuery
public static class BooleanQuery.TooManyClauses
extends RuntimeException
Thrown when an attempt is made to add more than getMaxClauseCount()
clauses. This typically happens if
a PrefixQuery, FuzzyQuery, WildcardQuery, or RangeQuery
is expanded to many terms during search.
TooManyClauses
public TooManyClauses()
getMessage
public String getMessage()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.