diff options
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/elasticsearch/container_schema.json | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/elasticsearch/container_schema.json b/extra/elasticsearch/container_schema.json index 05aa0b35..d3351aab 100644 --- a/extra/elasticsearch/container_schema.json +++ b/extra/elasticsearch/container_schema.json @@ -57,6 +57,8 @@              "issns":          { "type": "keyword", "normalizer": "default" },              "wikidata_qid":   { "type": "keyword", "normalizer": "default" },              "dblp_prefix":    { "type": "keyword", "normalizer": "default" }, +            "sim_pubid":      { "type": "keyword", "normalizer": "default" }, +            "ia_sim_collection": { "type": "keyword", "normalizer": "default" },              "country_code":   { "type": "keyword", "normalizer": "default" },              "region":         { "type": "keyword", "normalizer": "default" },              "discipline":     { "type": "keyword", "normalizer": "default" },  | 
