Skip to content

Instantly share code, notes, and snippets.

@walidum
Created September 3, 2021 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walidum/a8e136843242a0915fb294d13dbeacb7 to your computer and use it in GitHub Desktop.
Save walidum/a8e136843242a0915fb294d13dbeacb7 to your computer and use it in GitHub Desktop.
http://localhost:9200/series/_search?pretty
{
"query":{
"has_parent":{
"parent_type":"franchise",
"query":{
"match":{
"title":"Star Wars"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment