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