
org.ikasan.spec.solr.SolrService Maven / Gradle / Ivy
package org.ikasan.spec.solr;
import java.util.List;
/**
* Created by Ikasan Development Team on 06/08/2017.
*/
public interface SolrService
{
/**
* Method to save the solr entity.
*
* @param save
*/
public void save(ENTITY save);
/**
* Method to save the solr entity.
*
* @param save
*/
public void save(List save);
/**
* Set the solr username
*
* @param solrUsername
*/
public void setSolrUsername(String solrUsername);
/**
* Set the solr password
*
* @param solrPassword
*/
public void setSolrPassword(String solrPassword);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy