Package org.ikasan.spec.solr
Interface SolrDeleteService
-
public interface SolrDeleteService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveById(java.lang.String type, java.lang.String id)Method to remove records from the solr index by type and id.
-