Class PlainHighlighter
java.lang.Object
org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
- All Implemented Interfaces:
Highlighter
public class PlainHighlighter extends java.lang.Object implements Highlighter
-
Constructor Summary
Constructors Constructor Description PlainHighlighter() -
Method Summary
Modifier and Type Method Description booleancanHighlight(MappedFieldType fieldType)HighlightFieldhighlight(FieldHighlightContext fieldContext)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlainHighlighter
public PlainHighlighter()
-
-
Method Details
-
highlight
- Specified by:
highlightin interfaceHighlighter- Throws:
java.io.IOException
-
canHighlight
- Specified by:
canHighlightin interfaceHighlighter
-