Skip to content

Instantly share code, notes, and snippets.

@xeraa
Created May 5, 2020 08:54
Show Gist options
  • Save xeraa/838edf5413dfbc62abfbf88971664b18 to your computer and use it in GitHub Desktop.
Save xeraa/838edf5413dfbc62abfbf88971664b18 to your computer and use it in GitHub Desktop.
PUT test
{
"mappings": {
"properties": {
"linked_ent": {
"type": "nested",
"properties": {
"score": {
"type": "float"
}
}
}
}
}
}
PUT test/_doc/1
{
"linked_ent": {
"score": 1
}
}
GET test/_search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment