TooManyClauses

open class TooManyClauses(msg: String = "maxClauseCount is set to ") : RuntimeException

Thrown when an attempt is made to add more than .getMaxClauseCount clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or TermRangeQuery is expanded to many terms during search.

Inheritors

Constructors

Link copied to clipboard
constructor(msg: String = "maxClauseCount is set to ")

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

The value of IndexSearcher.getMaxClauseCount when this Exception was created

Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard