How to remove stopwords from query everywhere except phrase subquery?

the - single stopword in stop token filter.
I search (by query_string) The quick brown fox jumps "over the lazy" dog and I expect that the string should be transformed into quick brown fox jumps "over the lazy" dog, but actually I get quick brown fox jumps "over lazy" dog (the removed from quoted subquery).
How to fix it?

I don’t think you can do it. Or may be by writing your own tokenizer as a plugin.

Not that easy IMHO.

May be someone else has an idea?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.