schema.elasticsearch.create.index.operate-import-position.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"aliasName": {
"type": "keyword"
},
"id": {
"type": "keyword"
},
"indexName": {
"type": "keyword"
},
"partitionId": {
"type": "integer"
},
"position": {
"type": "long"
},
"sequence": {
"type": "long"
},
"postImporterPosition": {
"type": "long"
}
}
}
}