Uses of Class
org.hibernate.search.engine.search.highlighter.spi.SearchHighlighterType
-
-
Uses of SearchHighlighterType in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type SearchHighlighterType Modifier and Type Method Description SearchExceptionLog_$logger. highlighterTypeNotSupported(SearchHighlighterType type, String field)SearchExceptionLog. highlighterTypeNotSupported(SearchHighlighterType type, String field) -
Uses of SearchHighlighterType in org.hibernate.search.backend.elasticsearch.search.highlighter.impl
Methods in org.hibernate.search.backend.elasticsearch.search.highlighter.impl that return SearchHighlighterType Modifier and Type Method Description SearchHighlighterTypeElasticsearchSearchHighlighter. type()SearchHighlighterTypeElasticsearchSearchHighlighterImpl. type() -
Uses of SearchHighlighterType in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type SearchHighlighterType Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixDifferentHighlighterTypesAtOverrideLevel(SearchHighlighterType override, SearchHighlighterType parent)SearchExceptionLog. cannotMixDifferentHighlighterTypesAtOverrideLevel(SearchHighlighterType override, SearchHighlighterType parent)SearchExceptionLog_$logger. highlighterTypeNotSupported(SearchHighlighterType type, String field)SearchExceptionLog. highlighterTypeNotSupported(SearchHighlighterType type, String field) -
Uses of SearchHighlighterType in org.hibernate.search.backend.lucene.search.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl that return SearchHighlighterType Modifier and Type Method Description abstract SearchHighlighterTypeLuceneAbstractSearchHighlighter. type() -
Uses of SearchHighlighterType in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi with parameters of type SearchHighlighterType Modifier and Type Method Description booleanAbstractIndexValueFieldType. highlighterTypeSupported(SearchHighlighterType type)Method parameters in org.hibernate.search.engine.backend.types.spi with type arguments of type SearchHighlighterType Modifier and Type Method Description 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 SearchHighlighterType Modifier and Type Method Description booleanAbstractMultiIndexSearchIndexValueFieldContext. 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 SearchHighlighterType Modifier and Type Field Description protected SearchHighlighterTypeSearchHighlighterBuilder. typeMethods in org.hibernate.search.engine.search.highlighter.spi that return SearchHighlighterType Modifier and Type Method Description SearchHighlighterTypeSearchHighlighterBuilder. type()static SearchHighlighterTypeSearchHighlighterType. valueOf(String name)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 Modifier and Type Method Description SearchHighlighterBuilderSearchHighlighterBuilder. type(SearchHighlighterType type)
-