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