GET /movie_index/movie/_search { "query": { "match": { "name": "red" } }, "post_filter": { "term": { "actorList.id": "3" } } }