Interface SolrDeleteService


  • public interface SolrDeleteService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void removeById​(java.lang.String type, java.lang.String id)
      Method to remove records from the solr index by type and id.
    • Method Detail

      • removeById

        void removeById​(java.lang.String type,
                        java.lang.String id)
        Method to remove records from the solr index by type and id.
        Parameters:
        type -