I would think the issue you are running into, is that the values of these field are too long (above the ignore_above value of your mapping) and thus not indexed for searching. This is a common issue when storing stack traces. I tried to write in this blog post about that issue and how you can check your mapping.
If that is the issue, you should adjust your mapping, to increase the ignore_above size if you want to search also long field 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.