Interface IndexerBatchStrategyFactory
-
- All Known Implementing Classes:
DefaultIndexerBatchStrategyFactory
public interface IndexerBatchStrategyFactory
Implementations of this interface should be responsible for creatingIndexerBatchStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexerBatchStrategy
createIndexerBatchStrategy(FacetSearchConfig facetSearchConfig)
Create new IndexerBatchStrategy.
-
-
-
Method Detail
-
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
-
-