Skip to content

Instantly share code, notes, and snippets.

@suzuki
Created November 12, 2014 11:57
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 suzuki/84508ff7894ee8840187 to your computer and use it in GitHub Desktop.
Save suzuki/84508ff7894ee8840187 to your computer and use it in GitHub Desktop.
{
"mappings": {
"suzuki_tdiary_net": {
"dynamic_templates": [
{
"url": {
"match": "url",
"mapping": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
},
{
"method": {
"match": "method",
"mapping": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
},
{
"charSet": {
"match": "charSet",
"mapping": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
},
{
"mimeType": {
"match": "mimeType",
"mapping": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment