Uses of Interface
org.hibernate.search.engine.search.projection.dsl.HighlightProjectionFinalStep
-
Packages that use HighlightProjectionFinalStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.impl -
-
Uses of HighlightProjectionFinalStep in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of HighlightProjectionFinalStep in org.hibernate.search.engine.search.projection.dsl Modifier and Type Interface Description interfaceHighlightProjectionOptionsStepThe initial and final step in a highlight definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return HighlightProjectionFinalStep Modifier and Type Method Description HighlightProjectionFinalStepHighlightProjectionOptionsStep. highlighter(String highlighterName)Defines a name of a named highlighter to be used by this field projection. -
Uses of HighlightProjectionFinalStep in org.hibernate.search.engine.search.projection.dsl.impl
Classes in org.hibernate.search.engine.search.projection.dsl.impl that implement HighlightProjectionFinalStep Modifier and Type Class Description classHighlightProjectionOptionsStepImplMethods in org.hibernate.search.engine.search.projection.dsl.impl that return HighlightProjectionFinalStep Modifier and Type Method Description HighlightProjectionFinalStepHighlightProjectionOptionsStepImpl. highlighter(String highlighterName)
-