Loading src/main/resources/mappings/private/observationseries.json +18 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,24 @@ } } }, "organisation": { "dynamic": "false", "properties": { "id": { "type": "long" }, "name": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } }, "note": { "type": "text", "fields": { Loading Loading
src/main/resources/mappings/private/observationseries.json +18 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,24 @@ } } }, "organisation": { "dynamic": "false", "properties": { "id": { "type": "long" }, "name": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } }, "note": { "type": "text", "fields": { Loading