Current mapping
This commit is contained in:
parent
1a833287ea
commit
a6366dd1cd
45
map.json
45
map.json
@ -1,25 +1,56 @@
|
|||||||
{
|
{
|
||||||
|
"idec3" : {
|
||||||
"mappings" : {
|
"mappings" : {
|
||||||
"post" : {
|
"post" : {
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"date" : {
|
"author" : {
|
||||||
"type" : "keyword",
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"body" : {
|
||||||
|
"type" : "text",
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"keyword" : {
|
"keyword" : {
|
||||||
"type": "keyword"
|
"type" : "keyword",
|
||||||
|
"ignore_above" : 256
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"date" : {
|
||||||
|
"type" : "text",
|
||||||
|
"fielddata" : true
|
||||||
|
},
|
||||||
"echo" : {
|
"echo" : {
|
||||||
"type" : "keyword",
|
"type" : "keyword"
|
||||||
|
},
|
||||||
|
"message" : {
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"msgid" : {
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"subg" : {
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"tags" : {
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"address" : {
|
||||||
|
"type" : "text"
|
||||||
|
},
|
||||||
|
"subj" : {
|
||||||
|
"type" : "text",
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"keyword" : {
|
"keyword" : {
|
||||||
"type": "keyword"
|
"type" : "keyword",
|
||||||
|
"ignore_above" : 256
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"to" : {
|
||||||
|
"type" : "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user