But instead of declaring analyzer in different index's and mapping at different field levels is there any way to handle or able to do case insensitive search by forming query in java API.
Thank you very much David ,but still if its adjustable from JAVA API Query will be very helpful for us as already we have it all in production. If somehow we can make independent from mapping
we have a index which is already in production ,and we have string field ,for this we don't have any analyser to lower case
For this filed we have value as Brand New ,but user is typing as brand new ,when we make a query search from java api ( term & match ) none of this worked.
we are looking for replica of SQL Lower function in elastic search ,where we will check by lower casing the filed value to the given search term
for ex: if user types as brand new /Brand New we will lower case this term
and also make the search on particular filed by lower casing that particular filed value to lower.
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.