Class BooleanQuery.TooManyClausesException
Thrown when an attempt is made to add more than MaxClauseCount clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or TermRangeQuery is expanded to many terms during search.
Inheritance
System.Object
BooleanQuery.TooManyClausesException
Assembly: DistributedLucene.Net.dll
Syntax
public class TooManyClausesException : Exception
Constructors
Name | Description |
---|---|
TooManyClausesException() | |
TooManyClausesException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |