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

elasticsearch.index-logisland.json Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
{
  "settings": {
    "analysis": {
      "analyzer": {
        "default": {
          "tokenizer": "standard",
          "filter": [
            "standard",
            "lowercase",
            "asciifolding"
          ]
        }
      }
    },
    "index.refresh_interval": "1s",
    "number_of_shards": 5,
    "number_of_replicas": 1
  },
  "mappings": {
    "_default_": {
      "dynamic_templates": [
        {
          "date_fields": {
            "match_mapping_type": "date",
            "mapping": {
              "type": "date",
              "format": "yyyy-MM-dd"
            }
          }
        }
      ]
    }
  }
}








© 2015 - 2025 Weber Informatics LLC | Privacy Policy