Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerService
-
-
Uses of IndexerService in com.hybris.backoffice.solrsearch.events
Fields in com.hybris.backoffice.solrsearch.events declared as IndexerService Modifier and Type Field Description protected IndexerServiceDirectSolrIndexSynchronizationStrategy. indexerServiceMethods in com.hybris.backoffice.solrsearch.events with parameters of type IndexerService Modifier and Type Method Description voidDirectSolrIndexSynchronizationStrategy. setIndexerService(IndexerService indexerService) -
Uses of IndexerService in com.hybris.backoffice.solrsearch.selenium.remote
Fields in com.hybris.backoffice.solrsearch.selenium.remote declared as IndexerService Modifier and Type Field Description protected IndexerServiceTestBackofficeSolrTestingService. indexerServiceMethods in com.hybris.backoffice.solrsearch.selenium.remote that return IndexerService Modifier and Type Method Description IndexerServiceTestBackofficeSolrTestingService. getIndexerService()Methods in com.hybris.backoffice.solrsearch.selenium.remote with parameters of type IndexerService Modifier and Type Method Description voidTestBackofficeSolrTestingService. setIndexerService(IndexerService indexerService) -
Uses of IndexerService in com.hybris.backoffice.solrsearch.setup
Methods in com.hybris.backoffice.solrsearch.setup that return IndexerService Modifier and Type Method Description protected IndexerServiceBackofficeSolrSearchIndexInitializer. getIndexerService()Methods in com.hybris.backoffice.solrsearch.setup with parameters of type IndexerService Modifier and Type Method Description voidBackofficeSolrSearchIndexInitializer. setIndexerService(IndexerService indexerService) -
Uses of IndexerService in de.hybris.platform.solrfacetsearch.indexer.cron
Fields in de.hybris.platform.solrfacetsearch.indexer.cron declared as IndexerService Modifier and Type Field Description protected IndexerServiceAbstractIndexerJob. indexerServiceMethods in de.hybris.platform.solrfacetsearch.indexer.cron that return IndexerService Modifier and Type Method Description IndexerServiceSolrExtIndexerJob. getIndexerService()Methods in de.hybris.platform.solrfacetsearch.indexer.cron with parameters of type IndexerService Modifier and Type Method Description voidAbstractIndexerJob. setIndexerService(IndexerService indexerService)voidSolrExtIndexerJob. setIndexerService(IndexerService indexerService) -
Uses of IndexerService in de.hybris.platform.solrfacetsearch.indexer.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.impl that implement IndexerService Modifier and Type Class Description classDefaultIndexerServiceDefault implementation forIndexerService.
-