Match all fields tokens

I want to have match when all tokens from query match all field token. For example: field contains text "Red Blue Green" and query that match it should contain 3 token in any order "red", "blue", "green". I've searched and found that it was impossible to do, still no way to do it directly?
Now I do it in 2 step - first analyze the query and save a number of tokens then match the number to token_count field.

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