You cannot, at least not easily. There is no simple way to match all the
tokens in the document/field with the ones in the query (the inverse is
easy with minimum_match). There are a few hacks. You can index the size of
the array and match it with the same of the query term. You could also use
a function score script, but there is a performance penalty of course.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.