Interface SolrSearchClientProvider


  • public interface SolrSearchClientProvider
    A client service object enabling easy access to the SolrSearchClient objects configured in the current repository.
    • Method Detail

      • getSearchClient

        SolrSearchClient getSearchClient​(String name)
        Returns a SolrSearchClient object that may be used to execute searches.
        Parameters:
        name - the logical name of the solr server (core), as configured in ikbStudio
        Returns:
        the corresponding SolrSearchClient object