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
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public class TooManyClausesException : Exception
Constructors
| Improve this Doc View SourceTooManyClausesException()
Declaration
public TooManyClausesException()