I'm getting exception like below -
ERROR [http-bio-8085-exec-28] org.apache.solr.core.SolrCore - org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024 at org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:136) at org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:127) at org.apache.lucene.search.ScoringRewrite$1.addClause(ScoringRewrite.java:51) at org.apache.lucene.search.ScoringRewrite$1.addClause(ScoringRewrite.java:55)
As per my understanding, This exception comes at QueryTime (when query clauses crosses it's limit here in this case 1024) but can this come at Indexing time ?
I've got this in logs, and not sure which process (indexing / Querying) this is occurring in ?
Thanks. Dev