All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elastic_mappings.default_node.json Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
{

        "properties": {
            "id": {
                "type": "keyword"
            },
            "_creator": {
                "type": "keyword"
            },
            "_modifier": {
                "type": "keyword"
            },
            "_created": {
                "type": "date",
                "format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
            },
            "_modified": {
                "type": "date",
                "format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
            },
            "_docId": {
                "type": "keyword"
            },
            "_projectId": {
                "type": "keyword"
            },
            "_refId": {
                "type": "keyword"
            },
            "_inRefIds": {
                "type": "keyword"
            },
            "_commitId": {
                "type": "keyword"
            }
        }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy