Class Keyword
java.lang.Object
de.hybris.platform.solrfacetsearch.search.Keyword
- All Implemented Interfaces:
Serializable
Class representing a keyword.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the modifiers of the keyword.getValue()Returns the value of the keyword.
-
Constructor Details
-
Keyword
Creates a new keyword.- Parameters:
value- - the valuemodifiers- - the modifiers
-
-
Method Details
-
getValue
Returns the value of the keyword.- Returns:
- the value
-
getModifiers
Returns the modifiers of the keyword.- Returns:
- the modifiers
-