Open eng1neer opened 8 years ago
Even i set maxClauseCount to max value still i get same issue at production.its working fine in local
I have changed in solrconfig.xml to
<maxBooleanClauses>50000000</maxBooleanClauses>
I'm having the same issue. It doesn't happen when searching one word, but the maxClauseCount error begins when I include synonyms for more than one word.
After setting up a decent amount of synonyms a multi-word queries start to throw a subject error.
Has anyone experienced similar issues? Is increasing maxClauseCount the only way to deal with it?