Uses of Class
org.hibernate.search.engine.search.highlighter.dsl.HighlighterTagSchema
-
-
Uses of HighlighterTagSchema in org.hibernate.search.engine.search.highlighter.dsl
Methods in org.hibernate.search.engine.search.highlighter.dsl that return HighlighterTagSchema Modifier and Type Method Description static HighlighterTagSchemaHighlighterTagSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static HighlighterTagSchema[]HighlighterTagSchema. 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.dsl with parameters of type HighlighterTagSchema Modifier and Type Method Description HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. tagSchema(HighlighterTagSchema tagSchema)Specify a set of predefined tags instead ofmanually supplying them. -
Uses of HighlighterTagSchema in org.hibernate.search.engine.search.highlighter.dsl.impl
Methods in org.hibernate.search.engine.search.highlighter.dsl.impl with parameters of type HighlighterTagSchema Modifier and Type Method Description HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. tagSchema(HighlighterTagSchema tagSchema) -
Uses of HighlighterTagSchema in org.hibernate.search.engine.search.highlighter.spi
Fields in org.hibernate.search.engine.search.highlighter.spi declared as HighlighterTagSchema Modifier and Type Field Description protected HighlighterTagSchemaSearchHighlighterBuilder. tagSchemaMethods in org.hibernate.search.engine.search.highlighter.spi that return HighlighterTagSchema Modifier and Type Method Description HighlighterTagSchemaSearchHighlighterBuilder. tagSchema()Methods in org.hibernate.search.engine.search.highlighter.spi with parameters of type HighlighterTagSchema Modifier and Type Method Description SearchHighlighterBuilderSearchHighlighterBuilder. tagSchema(HighlighterTagSchema tagSchema)
-