Interface SearchHighlighterFactory
- All Known Implementing Classes:
AbstractSearchHighlighterFactory
public interface SearchHighlighterFactory
Factory for search highlighters.
This is the main entry point to the highlighter DSL.
Please refer to the documentation of your particular backend for any details on specific highlighter types provided through this factory.
-
Method Details
-
plain
HighlighterPlainOptionsStep plain()- Returns:
- the initial step to configure a highlighter of a plain type.
-
unified
HighlighterUnifiedOptionsStep unified()- Returns:
- the initial step to configure a highlighter of a unified type.
-
fastVector
HighlighterFastVectorHighlighterOptionsStep fastVector()- Returns:
- the initial step to configure a highlighter of a fast vector type.
-