You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by bbarani <bb...@gmail.com> on 2013/05/21 21:03:44 UTC

Re: SOLR 4.3.0 Migration- How to use DeleteUpdateCommand?

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.