Skip to content

Instantly share code, notes, and snippets.

@julie-mills
Created December 21, 2023 20:17
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/de6413d54fb1e870bbb91765e3ebab9a to your computer and use it in GitHub Desktop.
Save julie-mills/de6413d54fb1e870bbb91765e3ebab9a to your computer and use it in GitHub Desktop.
PUT my-index-000001
{
"mappings": {
"properties": {
"post_id": {
"type": "keyword"
},
"post_id": {
"type": "join",
"relations": {
"post": "comment"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment