lessmore/map.json

57 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2017-02-14 00:04:46 +03:00
{
2017-05-19 12:18:12 +03:00
"idec3" : {
2017-02-14 00:04:46 +03:00
"mappings" : {
2017-05-19 12:18:12 +03:00
"post" : {
"properties" : {
"author" : {
"type" : "text"
},
"body" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"date" : {
"type" : "text",
"fielddata" : true
},
"echo" : {
"type" : "keyword"
},
"message" : {
"type" : "text"
},
"msgid" : {
"type" : "text"
},
"subg" : {
"type" : "text"
},
"tags" : {
"type" : "text"
},
"address" : {
"type" : "text"
},
"subj" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"to" : {
"type" : "text"
}
2017-02-14 00:04:46 +03:00
}
2017-05-19 12:18:12 +03:00
}
2017-02-14 00:04:46 +03:00
}
2017-05-19 12:18:12 +03:00
}
2017-02-14 00:04:46 +03:00
}