Re: query too long / has-many relation

2009-09-09 Thread Cain Jones
I had some trouble with maxBooleanClauses -- I have to set it twice the size I would expect. But apart from that everything works fine now (10,000 OR clauses takes 10 seconds). Thank you Alexey. On Wed, Sep 9, 2009 at 1:19 PM, Alexey Serba wrote: > >> Is there a way to configure Solr to accept

query too long / has-many relation

2009-09-09 Thread Cain Jones
: first I query the mysql table, then I build a solr query, with a big OR of all the ids. The problem is that this can generate long (too long) querystrings. Thanks in advance, Cain Jones