Commit 393e42d8 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade activityId a geodata en mapping

parent 4b18c7f5
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -60,11 +60,6 @@
	},
	"mappings": {
		"_doc": {
			"_source": {
				"excludes": [
					"properties.activityId"
				]
			},
			"dynamic": "false",
			"properties": {
				"geometry": {
@@ -1618,6 +1613,9 @@
							"analyzer": "compose_id",
							"type": "text"
						},
						"activityId": {
							"type": "keyword"
						},
						"weatherConditions": {
							"dynamic": "false",
							"properties": {