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 TypeMethodDescriptionbooleanAbstractIndexValueFieldType.highlighterTypeSupported(SearchHighlighterType type) Method parameters in org.hibernate.search.engine.backend.types.spi with type arguments of type SearchHighlighterTypeModifier and TypeMethodDescriptionfinal voidAbstractIndexValueFieldType.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 TypeMethodDescriptionbooleanAbstractMultiIndexSearchIndexValueFieldContext.highlighterTypeSupported(SearchHighlighterType type) booleanSearchIndexValueFieldTypeContext.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 SearchHighlighterTypeReturns 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