Property MaxClauseCount
MaxClauseCount
Gets or sets the maximum number of clauses permitted, 1024 by default. Attempts to add more than the permitted number of clauses cause BooleanQuery.TooManyClauses to be thrown.
Declaration
public static int MaxClauseCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |