Re: query too long / has-many relation

2009-09-09 Thread Alexey Serba
> But apart from that everything works fine now (10,000 OR clauses takes 10 > seconds). Not fast. I would recommend to denormalize your data, put everything into Solr index and use Solr faceting http://wiki.apache.org/solr/SolrFacetingOverview to get relevant persons ( see my previous message )

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

Re: query too long / has-many relation

2009-09-09 Thread Alexey Serba
>> Is there a way to configure Solr to accept POST queries (instead of GET >> only?). >> Or: is there some other way to make Solr accept queries longer than 2,000 >> characters? (Up to 10,000 would be nice) > Solr accepts POST queries by default. I switched to POST for exactly > the same reason. I

Re: query too long / has-many relation

2009-09-09 Thread Alexey Serba
> Is there a way to configure Solr to accept POST queries (instead of GET > only?). > Or: is there some other way to make Solr accept queries longer than 2,000 > characters? (Up to 10,000 would be nice) Solr accepts POST queries by default. I switched to POST for exactly the same reason. I use Solr