Uses of Class
de.hybris.platform.solrfacetsearch.config.QueryMethod
-
Packages that use QueryMethod Package Description de.hybris.platform.solrfacetsearch.config -
-
Uses of QueryMethod in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return QueryMethod Modifier and Type Method Description QueryMethodSolrConfig. getQueryMethod()static QueryMethodQueryMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryMethod[]QueryMethod. 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 QueryMethod Modifier and Type Method Description voidSolrConfig. setQueryMethod(QueryMethod queryMethod)
-