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 section. This way your URLs only have things that change. On Thu, Dec 30, 2010 at 3:12 PM, Sascha SZOTT wrote: > Hi Don, > > you could give the HTTP method to be used as a second argum

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: [http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/request/QueryRequest.html#QueryRequest(org.apache.solr.common.params.SolrParams,%20org.apache.solr.client.solrj.SolrRequest.ME