Class FastVectorHighlighter
java.lang.Object
org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
- All Implemented Interfaces:
Highlighter
public class FastVectorHighlighter extends java.lang.Object implements Highlighter
-
Field Summary
Fields Modifier and Type Field Description static Setting<java.lang.Boolean>SETTING_TV_HIGHLIGHT_MULTI_VALUE -
Constructor Summary
Constructors Constructor Description FastVectorHighlighter(Settings settings) -
Method Summary
Modifier and Type Method Description booleancanHighlight(MappedFieldType ft)HighlightFieldhighlight(HighlighterContext highlighterContext)
-
Field Details
-
Constructor Details
-
Method Details
-
highlight
- Specified by:
highlightin interfaceHighlighter
-
canHighlight
- Specified by:
canHighlightin interfaceHighlighter
-