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 <ase...@gmail.com> wrote: > >> 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 1.4 ( trunk version ) though. > Don't forget to increase maxBooleanClauses in solrconfig.xml > > http://wiki.apache.org/solr/SolrConfigXml#head-69ecb985108d73a2f659f2387d916064a2cf63d1 >