Loading src/main/resources/mappings/private/observationseries.json +93 −34 Original line number Diff line number Diff line Loading @@ -188,7 +188,13 @@ "type": "long" }, "uuid": { "type": "keyword" "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "name": { "type": "keyword", Loading Loading @@ -219,6 +225,59 @@ } } } }, "note": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "observationType": { "properties": { "id": { "type": "long" }, "name": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } }, "name_en": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } }, "taxonomy": { "properties": { "id": { "type": "long" }, "scientificName": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } } } } Loading Loading
src/main/resources/mappings/private/observationseries.json +93 −34 Original line number Diff line number Diff line Loading @@ -188,7 +188,13 @@ "type": "long" }, "uuid": { "type": "keyword" "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "name": { "type": "keyword", Loading Loading @@ -219,6 +225,59 @@ } } } }, "note": { "type": "text", "fields": { "keyword": { "type": "keyword", "ignore_above": 256 } } }, "observationType": { "properties": { "id": { "type": "long" }, "name": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } }, "name_en": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } }, "taxonomy": { "properties": { "id": { "type": "long" }, "scientificName": { "type": "keyword", "fields": { "suggest": { "type": "text", "analyzer": "autocomplete", "search_analyzer": "lower_analyzer" } } } } } } } Loading