elastic_mappings.commit.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elastic Show documentation
Show all versions of elastic Show documentation
elastic, a module of the MMS
{
"properties": {
"added": {
"properties": {
"id": {
"type": "keyword"
},
"_docId": {
"type": "keyword"
},
"type": {
"type": "keyword"
}
}
},
"updated": {
"properties": {
"id": {
"type": "keyword"
},
"_docId": {
"type" :"keyword"
},
"_previousDocId": {
"type": "keyword"
},
"type": {
"type": "keyword"
}
}
},
"deleted": {
"properties": {
"id": {
"type": "keyword"
},
"_previousDocId": {
"type": "keyword"
},
"type": {
"type": "keyword"
}
}
},
"id": {
"type": "keyword"
},
"_refId": {
"type": "keyword"
},
"_creator": {
"type": "keyword"
},
"_created": {
"type": "date",
"format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
},
"_projectId": {
"type": "keyword"
},
"_docId": {
"type": "keyword"
},
"type": {
"type": "keyword"
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy