Interface IndexerStrategyFactory

All Known Implementing Classes:
BackofficeIndexerStrategyFactory, DefaultIndexerStrategyFactory

public interface IndexerStrategyFactory
Implementations of this interface are responsible for creating instances of IndexerStrategy.
  • Method Details

    • createIndexerStrategy

      IndexerStrategy createIndexerStrategy(FacetSearchConfig facetSearchConfig) throws IndexerException
      Creates a new indexer strategy.
      Parameters:
      facetSearchConfig - - the facet search configuration
      Returns:
      the new indexer strategy
      Throws:
      IndexerException - if an error occurs during the strategy creation