Searched defs:TooManyClauses (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DBooleanQuery.java41 public static class TooManyClauses extends RuntimeException { class in class:BooleanQuery
42 public TooManyClauses() { method in class:BooleanQuery.TooManyClauses
49 * TooManyClauses} to be thrown.
123 * @throws TooManyClauses if the new number of clauses exceeds the maximum clause number
131 * @throws TooManyClauses if the new number of clauses exceeds the maximum clause number
136 throw new TooManyClauses();

Completed in 20 milliseconds