fetcher/mapping.json
2018-11-11 20:00:18 +03:00

85 lines
2.3 KiB
JSON

{
"mappings": {
"post": {
"properties": {
"address": {
"type": "keyword"
},
"author": {
"type": "keyword"
},
"date": {
"type": "date",
"format": "epoch_second"
},
"echo": {
"type": "keyword"
},
"message": {
"type": "text",
"fields": {
"russian": {
"type": "text",
"analyzer": "russian"
}
},
"analyzer": "standard"
},
"misplaced": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"msgid": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"repto": {
"type": "keyword"
},
"subg": {
"type": "text",
"fields": {
"russian": {
"type": "text",
"analyzer": "russian"
}
},
"analyzer": "standard"
},
"tags": {
"type": "keyword"
},
"to": {
"type": "keyword"
},
"topicid": {
"type": "keyword"
}
}
}
}
}