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
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
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