Uses of Class
de.hybris.platform.solrfacetsearch.config.SolrServerMode
-
-
Uses of SolrServerMode in com.hybris.backoffice.solrsearch.utils
Methods in com.hybris.backoffice.solrsearch.utils with parameters of type SolrServerMode Modifier and Type Method Description static java.lang.StringSolrPlatformUtils. createSolrExporterBeanName(SolrServerMode serverMode) -
Uses of SolrServerMode in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return SolrServerMode Modifier and Type Method Description SolrServerModeSolrConfig. getMode()static SolrServerModeSolrServerMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrServerMode[]SolrServerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.config with parameters of type SolrServerMode Modifier and Type Method Description voidSolrConfig. setMode(SolrServerMode mode) -
Uses of SolrServerMode in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return SolrServerMode Modifier and Type Method Description protected SolrServerModeDefaultSolrServerConfigPopulator. populateConfigServerMode(SolrServerConfigModel source) -
Uses of SolrServerMode in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type SolrServerMode Modifier and Type Method Description protected ExporterDefaultIndexer. getExporter(SolrServerMode serverMode)
-