Commit 867e4478 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia mapping para poder hacer algunas búsquedas

Para realizar búsquedas por la geometría o algunos facets era necesario
cambiar el mapping
parent 7af0b515
Loading
Loading
Loading
Loading
+4 −35
Original line number Diff line number Diff line
@@ -252,20 +252,7 @@
					}
				},
				"geometry": {
					"properties": {
						"coordinates": {
							"type": "float"
						},
						"type": {
							"type": "text",
							"fields": {
								"keyword": {
									"type": "keyword",
									"ignore_above": 256
								}
							}
						}
					}
					"type": "geo_shape"
				},
				"id": {
					"type": "keyword"
@@ -283,13 +270,7 @@
					"type": "date"
				},
				"keywords": {
					"type": "text",
					"fields": {
						"keyword": {
							"type": "keyword",
							"ignore_above": 256
						}
					}
					"type": "keyword"
				},
				"latLonBoundsImage": {
					"properties": {
@@ -329,13 +310,7 @@
				"protocols": {
					"properties": {
						"type": {
							"type": "text",
							"fields": {
								"keyword": {
									"type": "keyword",
									"ignore_above": 256
								}
							}
							"type": "keyword"
						},
						"url": {
							"type": "text",
@@ -433,13 +408,7 @@
							}
						},
						"name": {
							"type": "text",
							"fields": {
								"keyword": {
									"type": "keyword",
									"ignore_above": 256
								}
							}
							"type": "keyword"
						},
						"name_en": {
							"type": "text",