I am using AWS ElasticSearch Service. at first i had version "2.3". when using "query_string to search for a field as follows. even authorlast name starts with uppercase "S" , but it is mapped to lowercase as per explanation result below, so i got the result. but after switch to ES "5.1" this no longer work. it does not map "S" to lowercase "s" so i did not get result. is any change in query_string parsing in 2.3 than 5.1?
Thanks Nik for your quick response. am still newbie to ES forum, please could you provide me details how to file an issue? the interesting thing i have same mapping file that used for ES "2.3" and that worked fine, but in ES "5.1" does not work!!!!
The text in the issue box on https://github.com/elastic/elasticsearch/issues/new should guide you through it pretty well. It is super important to have steps to reproduce the issue - either in the form of CONSOLE syntax or curl commands that you could paste into bash.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.