Commit 0dfa2779 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade sugerencias al mapping

parent 454ba79f
Loading
Loading
Loading
Loading
+21 −6
Original line number Diff line number Diff line
@@ -71,11 +71,12 @@
					}
				},
				"alias": {
					"type": "text",
					"fields": {
						"keyword": {
					"type": "keyword",
							"ignore_above": 256
					"fields": {
						"suggest": {
							"type": "text",
							"analyzer": "autocomplete",
							"search_analyzer": "lower_analyzer"
						}
					}
				},
@@ -270,7 +271,14 @@
					"type": "date"
				},
				"keywords": {
					"type": "keyword"
					"type": "keyword",
					"fields": {
						"suggest": {
							"type": "text",
							"analyzer": "autocomplete",
							"search_analyzer": "lower_analyzer"
						}
					}
				},
				"latLonBoundsImage": {
					"properties": {
@@ -455,7 +463,14 @@
					}
				},
				"title": {
					"type": "keyword"
					"type": "keyword",
					"fields": {
						"suggest": {
							"type": "text",
							"analyzer": "autocomplete",
							"search_analyzer": "lower_analyzer"
						}
					}
				},
				"updated": {
					"type": "date"