Apache Lucene.Net 2.4.0 Class Library API

BooleanQuery.TooManyClauses Class

Thrown when an attempt is made to add more than {@link #GetMaxClauseCount()} clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or RangeQuery is expanded to many terms during search.

For a list of all members of this type, see BooleanQuery.TooManyClauses Members.

System.Object
   System.Exception
      System.SystemException
         Lucene.Net.Search.BooleanQuery.TooManyClauses

public class BooleanQuery.TooManyClauses : SystemException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

BooleanQuery.TooManyClauses Members | Lucene.Net.Search Namespace