On Wed, Oct 14, 2009 at 8:06 PM, Glock, Thomas <thomas.gl...@pfizer.com>wrote:

>
> Is a way to POST queries to Solr instead of supplying query string
> parameters ?
>
>
All Solr requests are normal HTTP requests. Most HTTP client libraries in
various languages have a way to select POST instead of GET. If you are using
Solrj client, then you can use
QueryRequest#setMethod(SolrRequest.METHOD.POST)

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to