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 Highlightable
Returns 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) -
Uses of Highlightable in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type HighlightableModifier and TypeMethodDescriptionPropertyMappingFullTextFieldOptionsStep.highlightable
(Collection<Highlightable> highlightable)