Does english analyzer prevent fields from highlighting?

2015-03-31 Thread Viacheslav Shalamov
Hi all, could you help me with little problem regarding language-specific analyzers and highliting in elasticsearch? I need search documents by a query string and highlight matched strings. Here is my mapping: { "usr": { "properties": { "text0": { "type": "

parent-child document relation problem

2015-03-31 Thread Viacheslav Shalamov
Hi all, could you help me with little problem regarding parent-child documents relation? I use elasticsearch v1.4.4. Considering JSON, I have objects, each of them contains an array of sub-objects. Sub-objects contain some text fields. I need to maintain full-text-search on these objects and co