Skip to content

Instantly share code, notes, and snippets.

@KnowledgeGarden
Created June 12, 2014 22:13
Show Gist options
  • Save KnowledgeGarden/76bdbc81c22cbfdb0c5e to your computer and use it in GitHub Desktop.
Save KnowledgeGarden/76bdbc81c22cbfdb0c5e to your computer and use it in GitHub Desktop.
{
"properties": {
"locator": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
},
"instanceOf": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
},
"_version": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
},
"lists": {
"properties": {
"subOf": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
},
"label": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
},
"details": {
"index": "not_analyzed",
"type": "string",
"store": "yes"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment