I inserted some data of two records into an index say first record contains a field 'Hello World' and second record contains a field 'hello WorLD'. I want to query to match exact word with case insensitive so that i can get two records as my result.
Thank you . But if i already have inserted data which is case sensitive ( as I can't compromise on my data ). How can i query case sensitive data which matches exact word with different cases.
For example : if i query for 'hello world'
it can return : 'Hello WOrld', 'hello world', 'HELLO world'
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.