java.lang.Object
org.hibernate.search.mapper.pojo.search.definition.binding.builtin.HighlightProjectionBinder
All Implemented Interfaces:
ProjectionBinder

public final class HighlightProjectionBinder extends Object implements ProjectionBinder
Binds a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.
See Also: