healthonnet / hon-lucene-synonyms

Solr query parser plugin that performs proper query-time synonym expansion.
http://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr
149 stars 67 forks source link

TooManyClauses: maxClauseCount is set to 1024 #70

Open eng1neer opened 7 years ago

eng1neer commented 7 years ago

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?

yogeshk-ezdi commented 7 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>
KellyInnovation commented 4 years ago

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.