I finally did myself and used the *C# class HttpClient* to make the web
request for the Solr API URL as follows.
string solrTargetDIHUrl =
"http://localhost:8983/solr/dih/dataimport?command=delta-import";;
Makes Async call to the Web API URL & trigger the data
import handler ac
On 12/11/2017 4:40 AM, Karan Saini wrote:
> *Solr Version :: 6.6.1*
> API :: SolrNet with C# based application
>
> I wish to invoke or trigger the data import handler from the C# code with
> the help of SolrNet. But i am unable to locate any tutorial in the SolrNet
> API.
>
> Please suggest how do