Interface SolrCallback<T>

Type Parameters:
T -

public interface SolrCallback<T>
Callback interface for data access code that works with SolrClient. To be used with SolrOperations to execute methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    doInSolr(org.apache.solr.client.solrj.SolrClient solrClient)
     
  • Method Details

    • doInSolr

      T doInSolr(org.apache.solr.client.solrj.SolrClient solrClient) throws org.apache.solr.client.solrj.SolrServerException, IOException
      Parameters:
      solrClient - execute
      Returns:
      Throws:
      org.apache.solr.client.solrj.SolrServerException
      IOException