Skip to content

Instantly share code, notes, and snippets.

@rayward
Created September 29, 2016 23:23
Show Gist options
  • Save rayward/e78ac8b1e9015f4f20212d986d168e72 to your computer and use it in GitHub Desktop.
Save rayward/e78ac8b1e9015f4f20212d986d168e72 to your computer and use it in GitHub Desktop.
ES sub-field
{
"my_type": {
"properties": {
"my_field": {
"type": "string",
"fields": {
"not_analyzed": {
"type": "string",
"index": "not_analyzed",
"doc_values": true
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment