The html stripping part only applies during tokenization, so the
highlighting will get you back the actual HTML content. You will need to
strip HTML yourself if you want that behavior.
On Fri, Apr 20, 2012 at 4:47 PM, Vineeth Mohan vineethmohan@algotree.comwrote:
Currently am getting the highlighted html and stripping out useful text
from it.
It will help a lot if someone could point to a way in ES to do the same
more efficiently.THanks
VIneethOn Wed, Apr 18, 2012 at 5:34 PM, Vineeth Mohan vineethmohan@algotree.comwrote:
Yes , i did try this out -
Elasticsearch Platform — Find real-time answers at scale | ElasticBut then html stripper only make sure that the html stripped text is
given for indexing.
It doesn’t make sure that when highlighted text is extracted from _source
, the stripper is applied.Thanks
VineethOn Tue, Apr 17, 2012 at 2:34 PM, Clinton Gormley clint@traveljury.comwrote:
On Tue, 2012-04-17 at 11:30 +0530, Vineeth Mohan wrote:
Helooooo ,
Some help here would be greatly appreciated ....
Have you tried typing 'html' into the search box on the website
Look at the first result that it suggests
clint
Thanks
VineethOn Mon, Apr 16, 2012 at 11:39 AM, Vineeth Mohan
vineethmohan@algotree.com wrote:
Hi ,I have a content field which is html. Is is possible to obtain the html stripped highlighted content ? Thanks Vineeth