Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.strategies.IndexerStrategy
-
-
Uses of IndexerStrategy in com.hybris.backoffice.solrsearch.indexer.impl
Classes in com.hybris.backoffice.solrsearch.indexer.impl that implement IndexerStrategy Modifier and Type Class Description class
BackofficeIndexerStrategy
Methods in com.hybris.backoffice.solrsearch.indexer.impl that return IndexerStrategy Modifier and Type Method Description IndexerStrategy
BackofficeIndexerStrategyFactory. createIndexerStrategy(FacetSearchConfig facetSearchConfig)
Check whether customIndexerStrategy
should be used (specified as nameBackofficeIndexerStrategyFactory.indexerStrategyBeanName
) by checking if BackofficeSolrSearch is configured for given name.
If it is not,DefaultIndexerStrategyFactory
is used forIndexerStrategy
creation. -
Uses of IndexerStrategy in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexerStrategy Modifier and Type Method Description protected IndexerStrategy
DefaultIndexerService. createIndexerStrategy(FacetSearchConfig facetSearchConfig)
-
Uses of IndexerStrategy in de.hybris.platform.solrfacetsearch.indexer.strategies
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies that return IndexerStrategy Modifier and Type Method Description IndexerStrategy
IndexerStrategyFactory. createIndexerStrategy(FacetSearchConfig facetSearchConfig)
Creates a new indexer strategy. -
Uses of IndexerStrategy in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that implement IndexerStrategy Modifier and Type Class Description class
AbstractIndexerStrategy
Base implementation for indexer strategies.class
DefaultIndexerStrategy
Default implementation ofIndexerStrategy
.class
DistributedIndexerStrategy
Implementation ofIndexerStrategy
that distributes work across cluster nodes.Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexerStrategy Modifier and Type Method Description IndexerStrategy
DefaultIndexerStrategyFactory. createIndexerStrategy(FacetSearchConfig facetSearchConfig)
-