Re: Post Body from RequestHandler in Solr

2017-02-18 Thread Mikhail Khludnev
Hello Shashank, Check org.apache.solr.request.SolrQueryRequest.getContentStreams() and org.apache.solr.request.json.RequestUtil.processParams(SolrRequestHandler, SolrQueryRequest, SolrParams, SolrParams, SolrParams). Hope it helps. On Sat, Feb 18, 2017 at 1:54 AM, Shashank Pedamallu wrote: > Hi

Post Body from RequestHandler in Solr

2017-02-17 Thread Shashank Pedamallu
Hi all, This might be a very basic question, but I’m struggling to find an answer. How can I access the json I passed as a Post body within Solr RequestHandler. I’m getting the Url Params using SolrQueryRequest.getParams(), but I’m not able to figure out how to get Post Body. Could not find an