Hello,
I am trying to match query a text field. However, I only want the match to count if the analyzed query has the same number of tokens as the searched field. For example:
"one two three" would match "two three one" but not "two three one four"
Anyone have any ideas?
Thanks