Uses of Class
org.hibernate.search.engine.backend.types.Highlightable
-
-
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 Highlightable Modifier and Type Method Description SearchExceptionLog_$logger. unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable)SearchExceptionLog. 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 Highlightable Modifier and Type Method Description SearchExceptionLog_$logger. unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable)SearchExceptionLog. unsupportedMixOfHighlightableValues(Set<Highlightable> highlightable) -
Uses of Highlightable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return Highlightable Modifier and Type Method Description static HighlightableHighlightable. valueOf(String name)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 Highlightable Modifier and Type Method Description SStringIndexFieldTypeOptionsStep. highlightable(Collection<Highlightable> highlightable) -
Uses of Highlightable in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return Highlightable Modifier and Type Method Description 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 Highlightable Modifier and Type Method Description PropertyMappingFullTextFieldOptionsStepPropertyMappingFullTextFieldOptionsStep. highlightable(Collection<Highlightable> highlightable)
-