Interface IndexerWorkerFactory
-
- All Known Implementing Classes:
DefaultIndexerWorkerFactory
public interface IndexerWorkerFactoryImplementations of this interface are responsible for creating instances ofIndexerWorker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexerWorkercreateIndexerWorker(FacetSearchConfig facetSearchConfig)Creates a new indexer worker.
-
-
-
Method Detail
-
createIndexerWorker
IndexerWorker createIndexerWorker(FacetSearchConfig facetSearchConfig) throws IndexerException
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
-
-