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.
Constructor Summary
TooManyClauses()
Method Summary
StringgetMessage()

Constructor Detail

TooManyClauses

public TooManyClauses()

Method Detail

getMessage

public String getMessage()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.