Skip to content

Instantly share code, notes, and snippets.

@timwaters
Created November 28, 2012 18:17
Show Gist options
  • Save timwaters/4163004 to your computer and use it in GitHub Desktop.
Save timwaters/4163004 to your computer and use it in GitHub Desktop.
"address":{
"type": "object",
"properties": {
"number": {
"type": "string",
"index": "not_analyzed",
"store": "no"
},
"street": {
"type": "string",
"index": "not_analyzed",
"store": "no"
},
"postcode": {
"type": "string",
"index": "not_analyzed",
"store": "no"
},
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment