Uses of Interface
org.hibernate.search.engine.search.projection.dsl.HighlightProjectionOptionsStep
-
-
Uses of HighlightProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return HighlightProjectionOptionsStep Modifier and Type Method Description HighlightProjectionOptionsStepSearchProjectionFactory. highlight(String fieldPath)Project to highlights, i.e. -
Uses of HighlightProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.impl
Classes in org.hibernate.search.engine.search.projection.dsl.impl that implement HighlightProjectionOptionsStep Modifier and Type Class Description classHighlightProjectionOptionsStepImpl -
Uses of HighlightProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return HighlightProjectionOptionsStep Modifier and Type Method Description HighlightProjectionOptionsStepAbstractSearchProjectionFactory. highlight(String fieldPath)
-