Uses of Enum Class
de.hybris.platform.solrfacetsearch.enums.SolrCommitMode
Packages that use SolrCommitMode
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
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 SolrCommitModeModifier and TypeMethodDescriptionstatic SolrCommitModeReturns the enum constant of this class with the specified name.static SolrCommitMode[]SolrCommitMode.values()Returns an array containing the constants of this enum class, 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 SolrCommitModeModifier and TypeMethodDescriptionSolrIndexConfigModel.getCommitMode()Generated method - Getter of theSolrIndexConfig.commitModeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrCommitModeModifier and TypeMethodDescriptionvoidSolrIndexConfigModel.setCommitMode(SolrCommitMode value) Generated method - Setter ofSolrIndexConfig.commitModeattribute defined at extensionsolrfacetsearch.