Interface IndexerWorkerFactory

All Known Implementing Classes:
DefaultIndexerWorkerFactory

public interface IndexerWorkerFactory
Implementations of this interface are responsible for creating instances of IndexerWorker.
  • Method Details

    • 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