In other words, although we do want ElasticSearch to index tokens like
"email" and "telephone", we want to prohibit searches on these words by
default.
You don't have a stop words filter defined in teh filter list. What you
need to do is default a custom filter based on the stop token filter ( Elasticsearch Platform — Find real-time answers at scale | Elastic),
name it something like "my_stop", and then list it in the list of filters
for default_search.
In other words, although we do want Elasticsearch to index tokens like
"email" and "telephone", we want to prohibit searches on these words by
default.
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.