Package org.ikasan.spec.solr
Interface SolrService<ENTITY>
-
public interface SolrService<ENTITY>Created by Ikasan Development Team on 06/08/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsave(ENTITY save)Method to save the solr entity.voidsave(java.util.List<ENTITY> save)Method to save the solr entity.voidsetSolrPassword(java.lang.String solrPassword)Set the solr passwordvoidsetSolrUsername(java.lang.String solrUsername)Set the solr username
-
-
-
Method Detail
-
save
void save(ENTITY save)
Method to save the solr entity.- Parameters:
save-
-
save
void save(java.util.List<ENTITY> save)
Method to save the solr entity.- Parameters:
save-
-
setSolrUsername
void setSolrUsername(java.lang.String solrUsername)
Set the solr username- Parameters:
solrUsername-
-
setSolrPassword
void setSolrPassword(java.lang.String solrPassword)
Set the solr password- Parameters:
solrPassword-
-
-