aboutsummaryrefslogtreecommitdiffstats
path: root/schema/scholar_fulltext.v01.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-16 13:43:04 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-16 13:43:04 -0700
commitb8eec609b60ca00cb6d8d2bb253e11f8dc474b53 (patch)
tree87a9e71444932f9aa9269fd9788b3bf79621e1e7 /schema/scholar_fulltext.v01.json
parent2d3d0274a23f0e52bff8b786aa7a930cb5b74c99 (diff)
downloadfatcat-scholar-b8eec609b60ca00cb6d8d2bb253e11f8dc474b53.tar.gz
fatcat-scholar-b8eec609b60ca00cb6d8d2bb253e11f8dc474b53.zip
tweak ES schema fields a bit
Diffstat (limited to 'schema/scholar_fulltext.v01.json')
-rw-r--r--schema/scholar_fulltext.v01.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json
index 613ca1e..e09b00c 100644
--- a/schema/scholar_fulltext.v01.json
+++ b/schema/scholar_fulltext.v01.json
@@ -98,6 +98,7 @@
"container_original_name": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": ["biblio_all", "everything"] },
"container_ident": { "type": "keyword", "normalizer": "default" },
"container_issnl": { "type": "keyword", "normalizer": "default" },
+ "container_wikidata_qid": { "type": "keyword", "normalizer": "default" },
"issns": { "type": "keyword", "normalizer": "default" },
"container_type": { "type": "keyword", "normalizer": "default" },
"contrib_count": { "type": "integer" },
@@ -128,10 +129,10 @@
"type": "object",
"dynamic": false,
"properties": {
- "ia_item": { "type": "keyword", "normalizer": "default" },
- "ia_collection": { "type": "keyword", "normalizer": "default" },
- "first_page": { "type": "keyword", "normalizer": "default" },
- "pub_id": { "type": "keyword", "normalizer": "default" }
+ "issue_item": { "type": "keyword", "normalizer": "default" },
+ "pub_collection": { "type": "keyword", "normalizer": "default" },
+ "sim_pubid": { "type": "keyword", "normalizer": "default" },
+ "first_page": { "type": "keyword", "normalizer": "default" }
}
},