Interface SolrSearchProviderFactory
- All Known Implementing Classes:
DefaultSolrSearchProviderFactory
public interface SolrSearchProviderFactory
Implementations of this interface are responsible for getting the correct instance of
SolrSearchProvider
according to specific configuration.-
Method Summary
Modifier and TypeMethodDescriptiongetSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType) Returns aSolrSearchProviderinstance.
-
Method Details
-
getSearchProvider
SolrSearchProvider getSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws SolrServiceException Returns aSolrSearchProviderinstance.- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
SolrSearchProviderinstance- Throws:
SolrServiceException
-