Commit eb86c7cc authored by Noel Alonso's avatar Noel Alonso
Browse files

Actualiza mapping de elastic

parent ec16585f
Loading
Loading
Loading
Loading
+8 −17
Original line number Diff line number Diff line
@@ -433,23 +433,14 @@
						"id": {
							"type": "long"
						},
						"name": {
							"type": "keyword",
							"fields": {
								"suggest": {
									"type": "text",
									"analyzer": "autocomplete",
									"search_analyzer": "lower_analyzer"
								}
							}
						"resourceType": {
							"dynamic": "false",
							"properties": {
								"id": {
									"type": "long"
								},
						"description": {
							"type": "keyword",
							"fields": {
								"suggest": {
									"type": "text",
									"analyzer": "autocomplete",
									"search_analyzer": "lower_analyzer"
								"name": {
									"type": "keyword"
								}
							}
						}