Dear fellows,
Is it possible to 'somehow', tells elasticsearch to apply highlight to a html text , that is not indexed?
I mean, suppose I store the html in a blob storage, and then wish to show it with an on-the-run highlighting, from a query.
I look for that because I wish to show the html with highlighted occurrences) but wish not to store the html in elastic index, as it may contains a lot of base64 images, turning it big for index storing.
What would you suggest?
Thanks in advance
Shia