Welcome back. Setting fields names as case insensitive at query time isn't possible as covered in this post. It would be best to normalise your field names to be consistent across all of your documents.
Are you using the standard analyzer on your documents? If so it makes use of a lowercase filter to convert text to all lowercase, giving you the case insensitive search you need on the values.
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.