Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created December 21, 2023 20:21
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 julie-mills/5294fe30138132d6528be0f1ae45f07f to your computer and use it in GitHub Desktop.
Save julie-mills/5294fe30138132d6528be0f1ae45f07f to your computer and use it in GitHub Desktop.
GET /posts/_search
{
"query": {
"bool": {
"must": [
{ "match": { "title": "Exploring Elasticsearch Models" } }
]
}
},
"inner_hits": {
"_source": ["text"],
"name": "comments",
"path": "comments"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment