Uses of Class
de.hybris.platform.solrfacetsearch.config.CommitMode
-
Packages that use CommitMode Package Description de.hybris.platform.solrfacetsearch.config -
-
Uses of CommitMode in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return CommitMode Modifier and Type Method Description CommitModeIndexConfig. getCommitMode()static CommitModeCommitMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommitMode[]CommitMode. 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 CommitMode Modifier and Type Method Description voidIndexConfig. setCommitMode(CommitMode commitMode)
-