Interface IndexerStrategyFactory
- All Known Implementing Classes:
BackofficeIndexerStrategyFactory,DefaultIndexerStrategyFactory
public interface IndexerStrategyFactory
Implementations of this interface are responsible for creating instances of
IndexerStrategy.-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerStrategy(FacetSearchConfig facetSearchConfig) Creates a new indexer strategy.
-
Method Details
-
createIndexerStrategy
Creates a new indexer strategy.- Parameters:
facetSearchConfig- - the facet search configuration- Returns:
- the new indexer strategy
- Throws:
IndexerException- if an error occurs during the strategy creation
-