I need to find documents with an exact match of the word inside the text
For example, I search with the word "Rave" I want to find not "Travel aaa" or "bbb brave ccc" but only "Rave" as a separate word inside "ggg Rave hhh"
The same I want to achieve with several words of search. For example, I have a "Bas taste" search word I want to get documents only when "Bad taste" inside document next to each other so "aa bas taste bb" and not "cc bad dd taste ee"
I am using that field with custom analyzers (ngram tokenizer and some filters inside).
Thanks in advance