Elasticsearch Array Contains Search With Terms Filter

Here is a quick blog post on Elasticsearch and terms filter while I still remember how the hell it works :) Yes, this is possibly the 20th time that I looked for how to achieve array contains functionality in Elasticseach and it's a clear sign for me that I need to blog about it :)

I created the index called movies (mostly borrowed from Joel's great Elasticsearch 101 blog post) and here is its mapping:

PUT movies/_mapping/movie { "movie": { "properties": { "director": { "type": "string" }, "...
 •  0 comments  •  flag
Share on Twitter
Published on July 18, 2015 05:30
No comments have been added yet.