I am using Elasticsearch 2.1.1 and have fields with special characters - $, %, ., :, ;, @,&,+,-
I tried using bool, match, match phrase, query string, multi match query. None of the queries return back the documents containing the above special characters. Is there something I am missing here?