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

elasticsearch.type-logisland-file.json Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
{
  "_all": {
    "enabled": true
  },
  "_source": {
    "enabled": true
  },
  "properties": {

    "file": {
      "type": "attachment",
      "fields" : {
        "content" : {"index" : "no"},
        "title" : {"store" : "yes"},
        "date" : {"store" : "yes"},
        "keywords" : {"store" : "yes"},
        "content_type" : {"store" : "yes"},
        "content_length" : {"store" : "yes"}
      }
    },
    "name": {
      "type": "string"
    },
    "bathymetrie": {
      "type": "string"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy