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

elasticsearch.mappings.json Maven / Gradle / Ivy

The newest version!
{
  "mappings": {
    "event": {
      "dynamic_templates": [
        {
          "strings": {
            "match_mapping_type": "string",
            "path_match": "jobVars.*",
            "mapping": {
              "type": "string",
              "index": "not_analyzed"
            }
          },
          "strings": {
            "match_mapping_type": "string",
            "path_match": "jobUnknownFields.*",
            "mapping": {
              "type": "string",
              "index": "not_analyzed"
            }
          }

        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy