Uses of Class
de.hybris.platform.solrfacetsearch.enums.SolrCommitMode
-
Packages that use SolrCommitMode 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 SolrCommitMode in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return SolrCommitMode Modifier and Type Method Description static SolrCommitModeSolrCommitMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrCommitMode[]SolrCommitMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolrCommitMode in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrCommitMode Modifier and Type Method Description SolrCommitModeSolrIndexConfigModel. getCommitMode()Generated method - Getter of theSolrIndexConfig.commitModeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrCommitMode Modifier and Type Method Description voidSolrIndexConfigModel. setCommitMode(SolrCommitMode value)Generated method - Setter ofSolrIndexConfig.commitModeattribute defined at extensionsolrfacetsearch.
-