Skip to content

Instantly share code, notes, and snippets.

@sahas-
Created September 17, 2015 03:11
Show Gist options
  • Save sahas-/faa0d70602dc5698869e to your computer and use it in GitHub Desktop.
Save sahas-/faa0d70602dc5698869e to your computer and use it in GitHub Desktop.
POST simpleindex
{
"mappings":{
"games":{
"properties":{
"continents":{
"type":"nested",
"properties":{
"name":{"type":"string"},
"countries":{
"type":"nested",
"properties":{
"name":{"type":"string"},
"states":{
"type":"nested",
"properties":{
"name":{"type":"string"},
"game":{"type":"string"},
"wins":{"type":"integer"}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment