Interface SolrSearchProviderFactory
-
- All Known Implementing Classes:
DefaultSolrSearchProviderFactory
public interface SolrSearchProviderFactoryImplementations of this interface are responsible for getting the correct instance ofSolrSearchProvideraccording to specific configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrSearchProvidergetSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType)Returns aSolrSearchProviderinstance.
-
-
-
Method Detail
-
getSearchProvider
SolrSearchProvider getSearchProvider(FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws SolrServiceException
Returns aSolrSearchProviderinstance.- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed type- Returns:
SolrSearchProviderinstance- Throws:
SolrServiceException
-
-