Uses of Interface
org.hibernate.search.engine.search.reference.projection.HighlightProjectionFieldReference
Packages that use HighlightProjectionFieldReference
Package
Description
-
Uses of HighlightProjectionFieldReference in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type HighlightProjectionFieldReferenceModifier and TypeMethodDescriptiondefault HighlightProjectionOptionsStepTypedSearchProjectionFactory.highlight(HighlightProjectionFieldReference<? super SR> fieldReference) Project to highlights, i.e. sequences of text that matched the query, extracted from the given field's value. -
Uses of HighlightProjectionFieldReference in org.hibernate.search.engine.search.reference.projection
Classes in org.hibernate.search.engine.search.reference.projection that implement HighlightProjectionFieldReferenceModifier and TypeClassDescriptionfinal recordAnyProjectionReference<SR,T> A generic projected-field reference that can be manually created and passed to any projection-DSL methods that require a field reference.