Skip to content

Instantly share code, notes, and snippets.

@phirschybar
Created May 18, 2014 01:53
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 phirschybar/058d4fac11325887a451 to your computer and use it in GitHub Desktop.
Save phirschybar/058d4fac11325887a451 to your computer and use it in GitHub Desktop.
{
"product": {
"dynamic" : true,
"properties": {
"name": {
"type": "string",
"analyzer" : "main"
},
"stores": {
"type": "nested",
"properties": {
"id": {
"type": "string",
"index": "not_analyzed"
},
"qty": {
"type": "long",
"index": "not_analyzed"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment