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

Añade propiedades a mapping de elasticsearch

parent 245432fb
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -384,6 +384,39 @@
							"type": "keyword"
						}
					}
				},
				"themeInspire": {
					"dynamic": "false",
					"properties": {
						"id": {
							"type": "long"
						},
						"name": {
							"type": "keyword"
						}
					}
				},
				"parent": {
					"dynamic": "false",
					"properties": {
						"id": {
							"type": "long"
						},
						"name": {
							"type": "keyword"
						}
					}
				},
				"grandParent": {
					"dynamic": "false",
					"properties": {
						"id": {
							"type": "long"
						},
						"name": {
							"type": "keyword"
						}
					}
				}
			}
		}