Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-24 Thread Chris Hostetter
: 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. : : Note: While the ids are below or equal to 99800 the Query is returning the : Result what e

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-24 Thread Sami Siren
or 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 i

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread in.abdul
gging 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:

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread Dmitry Kan
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/T

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread in.abdul
fault) 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-Cor

Re: Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread Ahmet Arslan
>     I have creteria where i am passing more than > 10 ids in Query like > q=(ROWINDEX:(1 2 3 4 )) using solrJ . i had increased > the Max Boolean > clause  = 10500 and i had increased the Max Header > Size in tomcat also > in sufficient amount .. But still its is throwing Null > Poin

Throws Null Pointer Exception Even Query is Correct in solr

2012-05-23 Thread syed kather
Team , I have creteria where i am passing more than 10 ids in Query like q=(ROWINDEX:(1 2 3 4 )) using solrJ . i had increased the Max Boolean clause = 10500 and i had increased the Max Header Size in tomcat also in sufficient amount .. But still its is throwing Null Pointer Excep