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 aSearchHighlightermatching the configuration applied in the previous steps of this DSL.
-
Method Details
-
toHighlighter
SearchHighlighter toHighlighter()Create an instance of aSearchHighlightermatching the configuration applied in the previous steps of this DSL.- Returns:
- The
SearchHighlighterresulting from the previous DSL steps.
-