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 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.METHOD)]
>
> -Sascha
>
>
> Don Hill wrote:
>>
>> 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
>>
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to