Uses of Class
de.hybris.platform.solrfacetsearch.enums.SolrOptimizeMode
-
Packages that use SolrOptimizeMode Package Description de.hybris.platform.solrfacetsearch.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrOptimizeMode in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return SolrOptimizeMode Modifier and Type Method Description static SolrOptimizeModeSolrOptimizeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrOptimizeMode[]SolrOptimizeMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolrOptimizeMode in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrOptimizeMode Modifier and Type Method Description SolrOptimizeModeSolrIndexConfigModel. getOptimizeMode()Generated method - Getter of theSolrIndexConfig.optimizeModeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrOptimizeMode Modifier and Type Method Description voidSolrIndexConfigModel. setOptimizeMode(SolrOptimizeMode value)Generated method - Setter ofSolrIndexConfig.optimizeModeattribute defined at extensionsolrfacetsearch.
-