Re: Post Call to Solr RequestHandler

2013-08-09 Thread Shawn Heisey
On 8/9/2013 4:47 AM, Vineet Mishra wrote: > Currently I am working with RequestHandler in Solr, where the user defined > query is processed at the class specified by the requesthandler in > Solrconfig.xml. > > But my requirement is that I want to make it a Post call rather than a Get > query call.

Post Call to Solr RequestHandler

2013-08-09 Thread Vineet Mishra
Hi Currently I am working with RequestHandler in Solr, where the user defined query is processed at the class specified by the requesthandler in Solrconfig.xml. But my requirement is that I want to make it a Post call rather than a Get query call. Is it possible or are there some way we can acco