mapstic 0.1.0

Tooling to generate Elasticsearch index mappings from type definitions
Documentation
{
  "properties": {
    "id": {
      "type": "unsigned_long"
    },
    "score": {
      "type": "double"
    },
    "time": {
      "type": "date"
    },
    "tags": {
      "type": "text",
      "fields": {
        "keyword": {
          "ignore_above": 256,
          "type": "keyword"
        }
      }
    }
  }
}