Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContextFactory
-
-
Uses of IndexerBatchContextFactory in com.hybris.backoffice.solrsearch.indexer.cron
Fields in com.hybris.backoffice.solrsearch.indexer.cron declared as IndexerBatchContextFactory Modifier and Type Field Description protected IndexerBatchContextFactoryBackofficeSolrIndexerDeleteJob. indexerBatchContextFactoryDeprecated.Methods in com.hybris.backoffice.solrsearch.indexer.cron with parameters of type IndexerBatchContextFactory Modifier and Type Method Description voidBackofficeSolrIndexerDeleteJob. setIndexerBatchContextFactory(IndexerBatchContextFactory indexerBatchContextFactory)Deprecated. -
Uses of IndexerBatchContextFactory in de.hybris.platform.solrfacetsearch.indexer.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.impl that implement IndexerBatchContextFactory Modifier and Type Class Description classDefaultIndexerBatchContextFactoryDefault implementation ofIndexerBatchContextFactory.Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexerBatchContextFactory Modifier and Type Method Description IndexerBatchContextFactoryDefaultIndexer. getIndexerBatchContextFactory()IndexerBatchContextFactoryDefaultSolrDocumentFactory. getIndexerBatchContextFactory()Deprecated.IndexerBatchContextFactory<IndexerBatchContext>SolrServerExporter. getIndexerBatchContextFactory()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexerBatchContextFactory Modifier and Type Method Description voidDefaultIndexer. setIndexerBatchContextFactory(IndexerBatchContextFactory indexerBatchContextFactory)voidDefaultSolrDocumentFactory. setIndexerBatchContextFactory(IndexerBatchContextFactory<?> indexerBatchContextFactory)Deprecated.voidSolrServerExporter. setIndexerBatchContextFactory(IndexerBatchContextFactory<IndexerBatchContext> indexerBatchContextFactory) -
Uses of IndexerBatchContextFactory in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexerBatchContextFactory Modifier and Type Method Description IndexerBatchContextFactoryDefaultIndexerBatchStrategy. getIndexerBatchContextFactory()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerBatchContextFactory Modifier and Type Method Description voidDefaultIndexerBatchStrategy. setIndexerBatchContextFactory(IndexerBatchContextFactory<?> indexerBatchContextFactory)
-