How can I query an array for exact matches? (mapping is not_analyzed).
e.g. I got a document with the tag [foo] and another one with the tags
[foo, bar]. Only the document with the [foo] tag should return. Right now
I'm using a script filter to limit the array
length: https://gist.github.com/justincase/b2efde40e19676df29c7. There must
be an easier (and less compute expensive) way though?
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.