Interface HighlightProjectionOptionsStep
- All Superinterfaces:
HighlightProjectionFinalStep
,ProjectionFinalStep<List<String>>
The initial and final step in a highlight definition, where optional parameters can be set.
-
Method Summary
Modifier and TypeMethodDescriptionhighlighter
(String highlighterName) Defines a name of a named highlighter to be used by this field projection.Methods inherited from interface org.hibernate.search.engine.search.projection.dsl.ProjectionFinalStep
toProjection
-
Method Details
-
highlighter
Defines a name of a named highlighter to be used by this field projection.- Parameters:
highlighterName
- The name of a highlighterdefined on the query
.- Returns:
- A final step to finish the definition of a highlight projection.
- See Also:
-