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