Exception: Ferret::Search::BooleanQuery::TooManyClauses

Inherits:
Exception
  • Object
show all
Defined in:
lib/ferret/search/boolean_query.rb

Overview

Thrown when an attempt is made to add more than #max_clause_count() clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or RangeQuery is expanded to many terms during search.