Uses of Class
de.hybris.platform.solrfacetsearch.search.KeywordModifier
-
Packages that use KeywordModifier Package Description de.hybris.platform.solrfacetsearch.search -
-
Uses of KeywordModifier in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return KeywordModifier Modifier and Type Method Description static KeywordModifierKeywordModifier. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeywordModifier[]KeywordModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type KeywordModifier Modifier and Type Method Description java.util.Collection<KeywordModifier>Keyword. getModifiers()Returns the modifiers of the keyword.Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type KeywordModifier Constructor Description Keyword(java.lang.String value, KeywordModifier... modifiers)Creates a new keyword.
-