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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HighlighterBoundaryScannerFastVectorHighlighterOptionsStep<N>chars()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 Detail
-
chars
HighlighterBoundaryScannerFastVectorHighlighterOptionsStep<N> chars()
Break highlighted fragments at the next boundary based on aprovided boundary characters- Returns:
- The next step in a highlighter definition.
-
-