Interface IndexerStrategyFactory
-
- All Known Implementing Classes:
BackofficeIndexerStrategyFactory,DefaultIndexerStrategyFactory
public interface IndexerStrategyFactoryImplementations of this interface are responsible for creating instances ofIndexerStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexerStrategycreateIndexerStrategy(FacetSearchConfig facetSearchConfig)Creates a new indexer strategy.
-
-
-
Method Detail
-
createIndexerStrategy
IndexerStrategy createIndexerStrategy(FacetSearchConfig facetSearchConfig) throws IndexerException
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
-
-