Re: Long Lucene queries

2010-05-13 Thread Lance Norskog
No changes are needed. Just experiment with 'curl'. On Tue, May 11, 2010 at 11:52 PM, Pooja Verlani wrote: > Hi, > Thanks Eric.. > The search parameter length is a lot to be done in GET, I am thinking of > opting for POST, is it possible to do POST request to solr. Any > configuration changes or

Re: Long Lucene queries

2010-05-11 Thread Pooja Verlani
Hi, Thanks Eric.. The search parameter length is a lot to be done in GET, I am thinking of opting for POST, is it possible to do POST request to solr. Any configuration changes or code changes required for the same? I have many parameters but only one is supposed to be very lengthy. Any suggestion

Re: Long Lucene queries

2010-05-07 Thread Erik Hatcher
On May 7, 2010, at 6:56 AM, Pooja Verlani wrote: In my web-app, i have to fire a query thats too long due to the various boosts I have to give. The size changes according to the query and many a times I get a blank page as I probably cross lucene's character limit. Is it possible to post it

Long Lucene queries

2010-05-07 Thread Pooja Verlani
Hi all, In my web-app, i have to fire a query thats too long due to the various boosts I have to give. The size changes according to the query and many a times I get a blank page as I probably cross lucene's character limit. Is it possible to post it otherwise, to solr. Shall I be using POST inste