First you can get current dataimport status with the following url in a multicore environment:
http://<solr4_server_ip>:<port_number>/solr/<core_name>/dataimport?command=status
Probably you may have seen the following result:
<str name="importResponse">A command is still running...</str>
Then this command can be aborted with the following url:
http://<solr4_server_ip>:<port_number>/solr/<core_name>/dataimport?command=abort
Comments
Post a Comment