Return the maximum number of clauses permitted, 1024 by default.
Attempts to add more than the permitted number of clauses cause {@link
TooManyClauses} to be thrown.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public static int GetMaxClauseCount() |
| Visual Basic |
|---|
Public Shared Function GetMaxClauseCount As Integer |
| Visual C++ |
|---|
public: static int GetMaxClauseCount() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.BooleanQuery.GetMaxClauseCount"]