Uses of Class
org.apache.lucene.search.IndexSearcher.TooManyClauses
- 
Packages that use IndexSearcher.TooManyClauses Package Description org.apache.lucene.search Code to search indices.
- 
- 
Uses of IndexSearcher.TooManyClauses in org.apache.lucene.searchSubclasses of IndexSearcher.TooManyClauses in org.apache.lucene.search Modifier and Type Class Description static classBooleanQuery.TooManyClausesDeprecated.static classIndexSearcher.TooManyNestedClausesThrown when a client attempts to execute a Query that has more thangetMaxClauseCount()total clauses cumulatively in all of it's children.
 
-