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

ervice-save-and-restore.4.7.3.source-code.tree_node_mapping.json Maven / Gradle / Ivy

{
  "mappings": {
    "properties": {
      "node": {
        "type" : "nested",
        "properties": {
          "uniqueId": {
            "type": "keyword"
          },
          "name": {
            "type": "text",
            "fields": {
              "raw": {
                "type":  "keyword"
              }
            }
          },
          "userName": {
            "type": "text"
          },
          "description" : {
            "type": "text"
          },
          "created" : {
            "type": "date",
            "format": "epoch_millis||yyyy-MM-dd HH:mm:ss.SSS"
          },
          "lastUpdated": {
            "type": "date",
            "format": "epoch_millis||yyyy-MM-dd HH:mm:ss.SSS"
          },
          "nodeType": {
            "type": "keyword"
          },
          "tags" : {
            "type" : "nested",
            "properties": {
              "name": {
                "type": "text"
              },
              "comment": {
                "type": "text"
              },
              "userName": {
                "type": "text"
              },
              "created" : {
                "type": "date",
                "format": "epoch_millis||yyyy-MM-dd HH:mm:ss.SSS"
              }
            }
          }
        }
      },
      "childNodes": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy