Hi there,
I was wondering if the highlight functionality of ES would be available in Kibana, so when I am doing a search I can get the highlighted text (and I don't mean the highlighting that appears on the search).
So that I do something like rawText:today and then I could add
"highlight": {
"fields": {
"rawText": {}
}
}
so that I can see where this word appears in the text and only the context surrounding it.
Thanks in advance