Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created May 29, 2018 01:07
Show Gist options
  • Save wnqueiroz/a8f08b74d31216aed13c22d0aa610746 to your computer and use it in GitHub Desktop.
Save wnqueiroz/a8f08b74d31216aed13c22d0aa610746 to your computer and use it in GitHub Desktop.
query_denormalized_data.js
{
"query": {
"bool": {
"must": [
{
"match": {
"title": "post 1"
}
},
{
"match": {
"user.name": "John"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment