Uses of Interface
de.hybris.platform.solrfacetsearch.solr.SolrIndexOperationService
-
-
Uses of SolrIndexOperationService in de.hybris.platform.solrfacetsearch.config.factories.impl
Methods in de.hybris.platform.solrfacetsearch.config.factories.impl that return SolrIndexOperationService Modifier and Type Method Description SolrIndexOperationServiceDefaultFlexibleSearchQuerySpecFactory. getIndexOperationService()Methods in de.hybris.platform.solrfacetsearch.config.factories.impl with parameters of type SolrIndexOperationService Modifier and Type Method Description voidDefaultFlexibleSearchQuerySpecFactory. setIndexOperationService(SolrIndexOperationService indexOperationService) -
Uses of SolrIndexOperationService in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners that return SolrIndexOperationService Modifier and Type Method Description SolrIndexOperationServiceIndexerOperationListener. getSolrIndexOperationService()Methods in de.hybris.platform.solrfacetsearch.indexer.listeners with parameters of type SolrIndexOperationService Modifier and Type Method Description voidIndexerOperationListener. setSolrIndexOperationService(SolrIndexOperationService solrIndexOperationService) -
Uses of SolrIndexOperationService in de.hybris.platform.solrfacetsearch.solr.impl
Classes in de.hybris.platform.solrfacetsearch.solr.impl that implement SolrIndexOperationService Modifier and Type Class Description classDefaultSolrIndexOperationServiceDefault implementation ofSolrIndexOperationService.
-