Lucene.Net 1.9.1 Class Library

BooleanQuery.GetMaxClauseCount Method 

Return the maximum number of clauses permitted, 1024 by default. Attempts to add more than the permitted number of clauses cause {@link TooManyClauses} to be thrown.

public static int GetMaxClauseCount();

See Also

BooleanQuery Class | Lucene.Net.Search Namespace |