Interface IndexerBatchStrategyFactory
- All Known Implementing Classes:
DefaultIndexerBatchStrategyFactory
public interface IndexerBatchStrategyFactory
Implementations of this interface should be responsible for creating
IndexerBatchStrategy-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) Create new IndexerBatchStrategy.
-
Method Details
-
createIndexerBatchStrategy
IndexerBatchStrategy createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig) throws IndexerException Create new IndexerBatchStrategy.- Parameters:
facetSearchConfig- - the facet search configuration- Returns:
- the new IndexerBatchStrategy
- Throws:
IndexerException- if an error occurs during the strategy creation
-