diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-02 17:38:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-02 17:38:30 -0700 |
commit | f760c853eb3d878974d307d0468408dea5552e1d (patch) | |
tree | a70395f7981bfd9121e6eca793db546e8342a59a /schema | |
parent | 87f40d0f8d15f16020964773e75d35ea22da049f (diff) | |
download | fatcat-covid19-f760c853eb3d878974d307d0468408dea5552e1d.tar.gz fatcat-covid19-f760c853eb3d878974d307d0468408dea5552e1d.zip |
include container_original_name ES field
Diffstat (limited to 'schema')
-rw-r--r-- | schema/fulltext_schema.v00.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/fulltext_schema.v00.json b/schema/fulltext_schema.v00.json index 694048e..26bafe7 100644 --- a/schema/fulltext_schema.v00.json +++ b/schema/fulltext_schema.v00.json @@ -84,6 +84,7 @@ "publisher": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" }, "publisher_type": { "type": "keyword", "normalizer": "default" }, "container_name": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": ["biblio_all", "everything"] }, + "container_original_name": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": ["biblio_all", "everything"] }, "container_id": { "type": "keyword", "normalizer": "default" }, "container_issnl": { "type": "keyword", "normalizer": "default" }, "container_type": { "type": "keyword", "normalizer": "default" }, |