do you also see out of memory exception in your tomcat logs? If so, try setting the JVM's -Xmx to something reasonable.
-- Dmitry On Wed, May 23, 2012 at 10:09 PM, in.abdul <in.ab...@gmail.com> wrote: > Sorry i missed the point i am already using Method.Post Only .. Still i > could not able to execute > Thanks and Regards, > S SYED ABDUL KATHER > > > > On Thu, May 24, 2012 at 12:19 AM, iorixxx [via Lucene] < > ml-node+s472066n3985746...@n3.nabble.com> wrote: > > > > I have creteria where i am passing more than > > > 100000 ids in Query like > > > q=(ROWINDEX:(1 2 3 4 .... )) using solrJ . i had increased > > > the Max Boolean > > > clause = 105000000 and i had increased the Max Header > > > Size in tomcat also > > > in sufficient amount .. But still its is throwing Null > > > Pointer Exception in > > > Tomcat and in Eclipse while debugging i had seen Error as > > > "Error Executing > > > Query" . Please give me suggestion for this. > > > > > > If you are using GET method ( which is default) try POST method instead. > > See how to use it : http://search-lucene.com/m/34M4GTEIaD > > > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://lucene.472066.n3.nabble.com/Throws-Null-Pointer-Exception-Even-Query-is-Correct-in-solr-tp3985736p3985746.html > > To unsubscribe from Lucene, click here< > http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=472066&code=aW4uYWJkdWxAZ21haWwuY29tfDQ3MjA2NnwxMDczOTUyNDEw > > > > . > > NAML< > http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > ----- > THANKS AND REGARDS, > SYED ABDUL KATHER > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Throws-Null-Pointer-Exception-Even-Query-is-Correct-in-solr-tp3985736p3985754.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Dmitry Kan