From b8eec609b60ca00cb6d8d2bb253e11f8dc474b53 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 16 May 2020 13:43:04 -0700 Subject: tweak ES schema fields a bit --- schema/scholar_fulltext.v01.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'schema') 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" } } }, -- cgit v1.2.3