Skip to content

Instantly share code, notes, and snippets.

@sohangp
Last active June 20, 2019 15: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 sohangp/dfbb3e621a25c6064111bd0c63b037d0 to your computer and use it in GitHub Desktop.
Save sohangp/dfbb3e621a25c6064111bd0c63b037d0 to your computer and use it in GitHub Desktop.
Modify Index with a Wife
curl -X PUT 'http://localhost:9200/family_tree/_mapping'
-H 'content-type: application/json' \
-d '{
"properties":{
"relation_type":{
"type":"join",
"eager_global_ordinals":true,
"relations":{
"parent":[ "child", "wife" ]
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment