Interface HighlighterFinalStep
- All Known Subinterfaces:
HighlighterFastVectorHighlighterOptionsStep
,HighlighterOptionsStep<T>
,HighlighterPlainOptionsStep
,HighlighterUnifiedOptionsStep
public interface HighlighterFinalStep
The final step in highlighter definition.
-
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of aSearchHighlighter
matching the configuration applied in the previous steps of this DSL.
-
Method Details
-
toHighlighter
SearchHighlighter toHighlighter()Create an instance of aSearchHighlighter
matching the configuration applied in the previous steps of this DSL.- Returns:
- The
SearchHighlighter
resulting from the previous DSL steps.
-