post search using solrj

2010-12-30 Thread Don Hill
Hi. I am using solrj and it has been working fine. I now have a requirement to add more parameters. So many that I get a max URI exceeded error. Is there anyway using SolrQuery todo a http post so I don't have these issues? don

Re: post search using solrj

2010-12-30 Thread Sascha SZOTT
Hi Don, you could give the HTTP method to be used as a second argument to the QueryRequest constructor:

Re: post search using solrj

2010-12-30 Thread Lance Norskog
Another way is to create a requestHandler entry point in solrconfig.xml that includes lots of parameters in the defaults section. This way your URLs only have things that change. On Thu, Dec 30, 2010 at 3:12 PM, Sascha SZOTT sz...@gmx.de wrote: Hi Don, you could give the HTTP method to be used