RailsCasts Pro episodes are now free!

Learn more or hide this

mahhek's Profile

GitHub User: mahhek

Comments by mahhek

Avatar

Error: too many boolean clauses

Hey,
I've read many articles and concluded that I am getting this error due to 1024 option in solrconfig.xml file in solr/config directory.

I have tried to increase it upto 16384
and also tried to comment it out by doing this.

but getting same error.
yes i am using thousands of ids in search like

with(:id).all_of vids

where vids are the array of those ids.

is there any other option that i can fix this issue or can use IN kind of clause with search method ?

kindly guide me its really urgent,
thanks and advance,
best,
MK.