Uses of Enum Class
de.hybris.platform.solrfacetsearch.enums.SolrQueryMethod
Packages that use SolrQueryMethod
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 SolrQueryMethod in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return SolrQueryMethodModifier and TypeMethodDescriptionstatic SolrQueryMethodReturns the enum constant of this class with the specified name.static SolrQueryMethod[]SolrQueryMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SolrQueryMethod in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrQueryMethodModifier and TypeMethodDescriptionSolrServerConfigModel.getSolrQueryMethod()Generated method - Getter of theSolrServerConfig.solrQueryMethodattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrQueryMethodModifier and TypeMethodDescriptionvoidSolrServerConfigModel.setSolrQueryMethod(SolrQueryMethod value) Generated method - Setter ofSolrServerConfig.solrQueryMethodattribute defined at extensionsolrfacetsearch.