Uses of Class
de.hybris.platform.solrfacetsearch.enums.SolrQueryMethod
-
Packages that use SolrQueryMethod 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 SolrQueryMethod in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return SolrQueryMethod Modifier and Type Method Description static SolrQueryMethodSolrQueryMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrQueryMethod[]SolrQueryMethod. values()Returns an array containing the constants of this enum type, 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 SolrQueryMethod Modifier and Type Method Description SolrQueryMethodSolrServerConfigModel. getSolrQueryMethod()Generated method - Getter of theSolrServerConfig.solrQueryMethodattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrQueryMethod Modifier and Type Method Description voidSolrServerConfigModel. setSolrQueryMethod(SolrQueryMethod value)Generated method - Setter ofSolrServerConfig.solrQueryMethodattribute defined at extensionsolrfacetsearch.
-