Elasticsearch fuzzy intersection of two arrays

I have an object in the Elasticsearch index that has a nested object which
is a list of strings.
I would like to do the intersection against this list in both exact and
fuzzy ways.
So for example I have browser names with versions in the index like:
"browsers": [{"name":"Chrome 38"}, {"name":"Firefox 32"}, {"name":"Safari
5"}]

the request could be:
[{"name":"Chrome 38"}, {"name":"IE 10"}]
then I have just 1 exact match.

or another example:
[{"name":"Chrome 39"}, {"name":"Firefox 33"}, {"name":"Safari 5"]
here I have 2 fuzzy-matches(Levenstein=2) and 1 exact match

Those results which have more matches should be on top.
How would you write this kind of query ?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9d47a409-acc1-466d-99ba-47e264f68360%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.