Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Properties | List of all members
Lucene.Net.Search.BooleanQuery.TooManyClauses Class Reference

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. More...

Inherits SystemException.

Properties

override System.String Message [get]
 

Detailed Description

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.

Definition at line 70 of file BooleanQuery.cs.

Property Documentation

override System.String Lucene.Net.Search.BooleanQuery.TooManyClauses.Message
get

Definition at line 73 of file BooleanQuery.cs.


The documentation for this class was generated from the following file: