Uses of Enum
org.hibernate.search.engine.search.highlighter.spi.SearchHighlighterType
Packages that use SearchHighlighterType
Package
Description
-
Uses of SearchHighlighterType in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi with parameters of type SearchHighlighterTypeModifier and TypeMethodDescriptionboolean
AbstractIndexValueFieldType.highlighterTypeSupported
(SearchHighlighterType type) Method parameters in org.hibernate.search.engine.backend.types.spi with type arguments of type SearchHighlighterTypeModifier and TypeMethodDescriptionfinal void
AbstractIndexValueFieldType.Builder.allowedHighlighterTypes
(Set<SearchHighlighterType> allowedHighlighterTypes) -
Uses of SearchHighlighterType in org.hibernate.search.engine.search.common.spi
Methods in org.hibernate.search.engine.search.common.spi with parameters of type SearchHighlighterTypeModifier and TypeMethodDescriptionboolean
AbstractMultiIndexSearchIndexValueFieldContext.highlighterTypeSupported
(SearchHighlighterType type) boolean
SearchIndexValueFieldTypeContext.highlighterTypeSupported
(SearchHighlighterType type) -
Uses of SearchHighlighterType in org.hibernate.search.engine.search.highlighter.spi
Fields in org.hibernate.search.engine.search.highlighter.spi declared as SearchHighlighterTypeMethods in org.hibernate.search.engine.search.highlighter.spi that return SearchHighlighterTypeModifier and TypeMethodDescriptionSearchHighlighterBuilder.type()
static SearchHighlighterType
Returns the enum constant of this type with the specified name.static SearchHighlighterType[]
SearchHighlighterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.highlighter.spi with parameters of type SearchHighlighterType