Interface IndexerBatchStrategyFactory

All Known Implementing Classes:
DefaultIndexerBatchStrategyFactory

public interface IndexerBatchStrategyFactory
Implementations of this interface should be responsible for creating 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