Skip to content

Instantly share code, notes, and snippets.

@rexroof
Created August 6, 2015 20:05
Show Gist options
  • Save rexroof/4593933a7f58cd7ed6f6 to your computer and use it in GitHub Desktop.
Save rexroof/4593933a7f58cd7ed6f6 to your computer and use it in GitHub Desktop.
{
"template_dv": {
"template": "*",
"mappings": {
"_default_": {
"dynamic_templates": [
{
"string_fields": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"index": "not_analyzed",
"type": "string",
"doc_values": true
}
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment