Module org.elasticsearch.server
Interface Highlighter
- All Known Implementing Classes:
DefaultHighlighter,FastVectorHighlighter,PlainHighlighter
public interface Highlighter
Highlights a search result.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanHighlight(MappedFieldType fieldType) highlight(FieldHighlightContext fieldContext)
-
Method Details
-
canHighlight
-
highlight
- Throws:
IOException
-