I was able to make it work as below..

                SolrQueryResponse rsp = new SolrQueryResponse();
                SolrQueryRequest req = new LocalSolrQueryRequest(
                                _requestHandler.getCore(), new 
ModifiableSolrParams());
                SolrRequestInfo.setRequestInfo(new SolrRequestInfo(req, rsp));
                AddUpdateCommand cmd = new AddUpdateCommand(req);



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-4-3-0-Migration-How-to-use-DeleteUpdateCommand-tp4062454p4065027.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to