Commit 2baa5bf0 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina mapping por aplicarse en microservicio

parent 9af3c508
Loading
Loading
Loading
Loading
+0 −55
Original line number Diff line number Diff line
{
	"settings": {
		"index": {
			"max_ngram_diff": 18,
			"number_of_shards": 3
		},
		"analysis": {
			"analyzer": {},
			"tokenizer": {},
			"filter": {}
		}
	},
	"mappings": {
		"_doc": {
			"_source": {
				"excludes": [
					"_parentId",
					"_grandparentId"
				]
			},
			"dynamic": "false",
			"properties": {
				"id": {
					"type": "long"
				},
				"date": {
					"format": "date_optional_time",
					"type": "date"
				},
				"value": {
					"type": "double"
				},
				"remark": {
					"type": "text",
					"analyzer": "spanish"
				},
				"dataDefinition": {
					"type": "long"
				},
				"qFlag": {
					"type": "keyword"
				},
				"vFlag": {
					"type": "keyword"
				},
				"z": {
					"type": "double"
				},
				"deviation": {
					"type": "long"
				}
			}
		}
	}
}