Current mapping

This commit is contained in:
Denis Zheleztsov 2017-05-19 12:18:12 +03:00
parent 1a833287ea
commit a6366dd1cd

View File

@ -1,25 +1,56 @@
{ {
"idec3" : {
"mappings" : { "mappings" : {
"post" : { "post" : {
"properties" : { "properties" : {
"date" : { "author" : {
"type" : "keyword", "type" : "text"
"fields": { },
"keyword": { "body" : {
"type": "keyword" "type" : "text",
} "fields" : {
} "keyword" : {
}, "type" : "keyword",
"echo" : { "ignore_above" : 256
"type" : "keyword", }
"fields": { }
"keyword": { },
"type": "keyword" "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"
}
} }
}
} }
}
} }