X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/59f931647a2b4a13be20ba8f2baa4ec93e334ee5..a13a2967349d63044d655bdb3e85b5f4df155c94:/data/elasticsearch-mapping.json diff --git a/data/elasticsearch-mapping.json b/data/elasticsearch-mapping.json index 617c69f..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", @@ -76,12 +95,6 @@ "tags": { "type": "string", "boost": 1.5 - }, - "crdate": { - "type": "date" - }, - "modate": { - "type": "date" } } }