Last active
June 6, 2018 00:40
-
-
Save wnqueiroz/dc4f7d057b3547ee6aa2672a24ef19a6 to your computer and use it in GitHub Desktop.
query_match_all_posts_users_join.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "query": { | |
| "has_parent": { | |
| "parent_type": "users", | |
| "query": { // as cláusulas utilizadas nesse objeto serão utilizadas para o documento pai | |
| "match": { | |
| "name": "Watson" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment