So I have a keyword field with this schema Indexed, Tokenized, Multivalued, TermVector Stored, Omit Norms
then I wanna search set of keywords against it like
q=keyword:keyword1, keyword2, keyword3, etc, etc
and want to return most matching keywords, even 1 match keyword is fine, but ordered by most match.
thank you