I can't get highlight to work for me. I am doing a query_string search with highlight set for "*" and I am not getting the highlight property on the JSON response. Here is the command I am running:
curl -XPOST 'http://localhost:9200/table/_search?pretty=true' -d '{"query":{"query_string":{"query":"sap"}}, "highlight":{"fields":{"*":{}}}}'
Note I do not have store set to true in the mapping for any of the fields but it is my understanding that highlighting should use the _source field in this case.
Thanks,
Tony