I'd like to know why elasticsearch doesn't support array of values for different kinds of queries.
As of now i'm only looking for something like matches (something similar to terms query where array of terms are accepted)
The sole reason being to reduce the size of the query in general & because a match clause for each string causes the max-clause-count threshold to be breached
Hi Faiz.
A match query takes a typically unstructured string and tokenizes it into multiple values behind the scenes.
A terms query takes structured strings that are already tokenized and presented in an array.
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.