Uses of Interface
de.hybris.platform.solrfacetsearch.solr.SolrIndexService
-
-
Uses of SolrIndexService in com.hybris.backoffice.solrsearch.indexer.cron
Fields in com.hybris.backoffice.solrsearch.indexer.cron declared as SolrIndexService Modifier and Type Field Description protected SolrIndexServiceBackofficeSolrIndexerDeleteJob. solrIndexServiceDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.indexer.cron with parameters of type SolrIndexService Modifier and Type Method Description voidBackofficeSolrIndexerDeleteJob. setSolrIndexService(SolrIndexService solrIndexService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolrIndexService in com.hybris.backoffice.solrsearch.setup
Methods in com.hybris.backoffice.solrsearch.setup that return SolrIndexService Modifier and Type Method Description protected SolrIndexServiceBackofficeSolrSearchIndexInitializer. getSolrIndexService()Methods in com.hybris.backoffice.solrsearch.setup with parameters of type SolrIndexService Modifier and Type Method Description voidBackofficeSolrSearchIndexInitializer. setSolrIndexService(SolrIndexService solrIndexService) -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.config.factories.impl
Methods in de.hybris.platform.solrfacetsearch.config.factories.impl that return SolrIndexService Modifier and Type Method Description SolrIndexServiceDefaultFlexibleSearchQuerySpecFactory. getIndexService()Methods in de.hybris.platform.solrfacetsearch.config.factories.impl with parameters of type SolrIndexService Modifier and Type Method Description voidDefaultFlexibleSearchQuerySpecFactory. setIndexService(SolrIndexService indexService) -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners that return SolrIndexService Modifier and Type Method Description SolrIndexServiceIndexerOperationListener. getSolrIndexService()Methods in de.hybris.platform.solrfacetsearch.indexer.listeners with parameters of type SolrIndexService Modifier and Type Method Description voidIndexerOperationListener. setSolrIndexService(SolrIndexService solrIndexService) -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return SolrIndexService Modifier and Type Method Description SolrIndexServiceAbstractIndexerStrategy. getSolrIndexService()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type SolrIndexService Modifier and Type Method Description voidAbstractIndexerStrategy. setSolrIndexService(SolrIndexService solrIndexService) -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return SolrIndexService Modifier and Type Method Description SolrIndexServiceDefaultFacetSearchStrategy. getSolrIndexService()SolrIndexServiceLegacyFacetSearchStrategy. getSolrIndexService()Deprecated.Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type SolrIndexService Modifier and Type Method Description voidDefaultFacetSearchStrategy. setSolrIndexService(SolrIndexService solrIndexService)voidLegacyFacetSearchStrategy. setSolrIndexService(SolrIndexService solrIndexService)Deprecated. -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.solr.impl
Classes in de.hybris.platform.solrfacetsearch.solr.impl that implement SolrIndexService Modifier and Type Class Description classDefaultSolrIndexServiceDefault implementation ofSolrIndexService. -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearch.suggester.impl
Methods in de.hybris.platform.solrfacetsearch.suggester.impl that return SolrIndexService Modifier and Type Method Description SolrIndexServiceDefaultSolrAutoSuggestService. getSolrIndexService()Methods in de.hybris.platform.solrfacetsearch.suggester.impl with parameters of type SolrIndexService Modifier and Type Method Description voidDefaultSolrAutoSuggestService. setSolrIndexService(SolrIndexService solrIndexService) -
Uses of SolrIndexService in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers
Methods in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers that return SolrIndexService Modifier and Type Method Description SolrIndexServiceExportSolrConfigurationPanelRenderer. getSolrIndexService()Methods in de.hybris.platform.solrfacetsearchbackoffice.panel.renderers with parameters of type SolrIndexService Modifier and Type Method Description voidExportSolrConfigurationPanelRenderer. setSolrIndexService(SolrIndexService solrIndexService)
-