2) Mongo will check the language of the index to retrieve the stop words and perform tokenization without stop words, as they don't provide real value to the utterance so e.g. ['Is', 'this', 'a' , 'dagger', 'which', 'I', 'see', 'before', 'me'] -->
['dagger', see']
This makes an index drastically smaller so it is crucial to have the right language of an index.