Uses of Enum
org.hibernate.search.engine.backend.types.Highlightable
Packages that use Highlightable
Package
Description
-
Uses of Highlightable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return HighlightableModifier and TypeMethodDescriptionstatic HighlightableReturns the enum constant of this type with the specified name.static Highlightable[]Highlightable.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Highlightable in org.hibernate.search.engine.backend.types.dsl
Method parameters in org.hibernate.search.engine.backend.types.dsl with type arguments of type HighlightableModifier and TypeMethodDescriptionStringIndexFieldTypeOptionsStep.highlightable(Collection<Highlightable> highlightable)