Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.workers.IndexerWorkerFactory
-
Packages that use IndexerWorkerFactory Package Description de.hybris.platform.solrfacetsearch.indexer.strategies.impl de.hybris.platform.solrfacetsearch.indexer.workers.impl -
-
Uses of IndexerWorkerFactory in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexerWorkerFactory Modifier and Type Method Description IndexerWorkerFactory
DefaultIndexerStrategy. getIndexerWorkerFactory()
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerWorkerFactory Modifier and Type Method Description void
DefaultIndexerStrategy. setIndexerWorkerFactory(IndexerWorkerFactory indexerWorkerFactory)
-
Uses of IndexerWorkerFactory in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.workers.impl that implement IndexerWorkerFactory Modifier and Type Class Description class
DefaultIndexerWorkerFactory
Default implementation ofIndexerWorkerFactory
.
-