Interface HighlighterBoundaryScannerTypeFastVectorHighlighterStep<N extends HighlighterOptionsStep<?>>
- All Superinterfaces:
HighlighterBoundaryScannerTypeStep<HighlighterBoundaryScannerFastVectorHighlighterOptionsStep<N>,
N>
public interface HighlighterBoundaryScannerTypeFastVectorHighlighterStep<N extends HighlighterOptionsStep<?>>
extends HighlighterBoundaryScannerTypeStep<HighlighterBoundaryScannerFastVectorHighlighterOptionsStep<N>,N>
The step in a highlighter definition where the boundary scanner type can be set.
Refer to your particular backend documentation for more detailed information on the exposed settings.
-
Method Summary
Modifier and TypeMethodDescriptionchars()
Break highlighted fragments at the next boundary based on aprovided boundary characters
Methods inherited from interface org.hibernate.search.engine.search.highlighter.dsl.HighlighterBoundaryScannerTypeStep
sentence, word
-
Method Details
-
chars
Break highlighted fragments at the next boundary based on aprovided boundary characters
- Returns:
- The next step in a highlighter definition.
-