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

Añade campos a mapping de activity

parent 7ba7a02b
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -426,6 +426,38 @@
					"type": "geo_shape",
					"tree": "quadtree",
					"precision": "50.0m"
				},
				"resources": {
					"type": "nested",
					"dynamic": "false",
					"properties": {
						"id": {
							"type": "long"
						},
						"name": {
							"type": "keyword",
							"fields": {
								"suggest": {
									"type": "text",
									"analyzer": "autocomplete",
									"search_analyzer": "lower_analyzer"
								}
							}
						},
						"description": {
							"type": "keyword",
							"fields": {
								"suggest": {
									"type": "text",
									"analyzer": "autocomplete",
									"search_analyzer": "lower_analyzer"
								}
							}
						}
					}
				},
				"starred": {
					"type": "boolean"
				}
			}
		}