Interface IndexerWorkerFactory
- All Known Implementing Classes:
DefaultIndexerWorkerFactory
public interface IndexerWorkerFactory
Implementations of this interface are responsible for creating instances of
IndexerWorker.-
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerWorker(FacetSearchConfig facetSearchConfig) Creates a new indexer worker.
-
Method Details
-
createIndexerWorker
Creates a new indexer worker.- Parameters:
facetSearchConfig- - the facet search configuration- Returns:
- the new worker
- Throws:
IndexerException- if an error occurs during the worker creation
-