X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/f156497be5637d7815ae57370e8b175ce6960a19..dcdbb21385dc8ed58502abbb73a6f3238f6787d1:/data/elasticsearch-mapping.json diff --git a/data/elasticsearch-mapping.json b/data/elasticsearch-mapping.json index d1e83ec..aad27d2 100644 --- a/data/elasticsearch-mapping.json +++ b/data/elasticsearch-mapping.json @@ -3,8 +3,27 @@ "document": { "properties": { "status": { - "type": "string", - "index": "not_analyzed" + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "location": { + "type": "string" + }, + "processed": { + "type": "date" + }, + "crdate": { + "type": "date" + }, + "modate": { + "type": "date" + }, + "findable": { + "type": "boolean" + } + } }, "type": { "type": "string",