>     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

Reply via email to