Uses of Enum Class
org.hibernate.search.engine.backend.types.Highlightable
Packages that use Highlightable
Package
Description
-
Uses of Highlightable in org.hibernate.search.backend.elasticsearch.logging.impl
Method parameters in org.hibernate.search.backend.elasticsearch.logging.impl with type arguments of type HighlightableModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable) Log.unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable) -
Uses of Highlightable in org.hibernate.search.backend.lucene.logging.impl
Method parameters in org.hibernate.search.backend.lucene.logging.impl with type arguments of type HighlightableModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable) Log.unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable) -
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 class with the specified name.static Highlightable[]Highlightable.values()Returns an array containing the constants of this enum class, 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)