Help needed with Solr maxBooleanClauses

2009-07-20 Thread dipanjan_pramanick
Hi, We have scenario where we need to send more than 1024 ids in the Solr url as OR condition. I have changed the value of maxBooleanClauses in solrconfig.xml, to 2048, but it is failing after handling 1024 OR conditions. Solr is throwing SEVERE: org.apache.solr.common.SolrException: Bad Request

Re: Help needed with Solr maxBooleanClauses

2009-07-20 Thread dipanjan_pramanick
From: Shalin Shekhar Mangar shalinman...@gmail.com Reply-To: solr-user@lucene.apache.org Date: Mon, 20 Jul 2009 13:58:55 +0530 To: solr-user@lucene.apache.org Subject: Re: Help needed with Solr maxBooleanClauses On Mon, Jul 20, 2009 at 1:37 PM, dipanjan_pramanick

Re: Help needed with Solr maxBooleanClauses

2009-07-20 Thread dipanjan_pramanick
@lucene.apache.org Subject: Re: Help needed with Solr maxBooleanClauses On Mon, Jul 20, 2009 at 2:12 PM, dipanjan_pramanick dipanjan_praman...@infosys.com wrote: Its true that there is a design flaw, because of what we need to support a huge list of OR conditions through Solr. But still I