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

org.elasticsearch.xpack.core.ml.meta_index_mappings.json Maven / Gradle / Ivy

{
  "_doc": {
    "_meta": {
      "version": "${xpack.ml.version}"
    },
    "dynamic_templates": [
      {
        "strings_as_keywords": {
          "match": "*",
          "mapping": {
            "type": "keyword"
          }
        }
      }
    ],
    "properties": {
      "calendar_id": {
        "type": "keyword"
      },
      "job_ids": {
        "type": "keyword"
      },
      "description": {
        "type": "keyword"
      },
      "filter_id": {
        "type": "keyword"
      },
      "items": {
        "type": "keyword"
      },
      "start_time": {
        "type": "date"
      },
      "end_time": {
        "type": "date"
      },
      "type": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy