Re: Highlighting is not working

2014-11-26 Thread Deepak Mehta
}, "generic_text_analyzer": { "filter": [ "subword_split", "icu_folding", "english_stop", "max_token_limit" ], "type": "custom",

Highlighting is not working

2014-11-26 Thread Deepak Mehta
I am using Elastic Search 1.3.5. I have fields like filename, foldername and content. In query I am trying to highlight matched content. In Query if keyword only matches in content then keyword is highlighted and its becoming bold. However if keyword matches in (filename or foldername) and c