Provide analyzer configuration options to manipulate the search query tokens.
For example, a configurable stop token filter (https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stop-tokenfilter.html) can remove tokens ["why" "is" "the" "in"] so that the search text "Why is the sun in the sky" effectively produces tokens ["sun", "sky"] only.