Loading src/main/resources/mappings/activity/activity.json +33 −0 Original line number Diff line number Diff line Loading @@ -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" } } } } } Loading Loading
src/main/resources/mappings/activity/activity.json +33 −0 Original line number Diff line number Diff line Loading @@ -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" } } } } } Loading