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