Lucene.Net 1.4.3 Class Library

BooleanQuery.TooManyClauses Class

Thrown when an attempt is made to add more than {@link #GetMaxClauseCount()} clauses.

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