From 0ed0a1fde10e45358cecab15f7f4f1295d188eb5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Jan 2021 15:31:25 -0800 Subject: schema: add more alias helpers --- schema/scholar_fulltext.v01.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 0e59605..91afdc1 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -243,7 +243,7 @@ "withdrawn_status":{"type": "alias", "path": "biblio.withdrawn_status" }, "volume": { "type": "alias", "path": "biblio.volume" }, "issue": { "type": "alias", "path": "biblio.issue" }, - + "publisher": { "type": "alias", "path": "biblio.publisher" }, "affiliation": { "type": "alias", "path": "biblio.affiliations" }, "author": { "type": "alias", "path": "biblio.contrib_names" }, "journal": { "type": "alias", "path": "biblio.container_name" }, @@ -253,8 +253,11 @@ "lang": { "type": "alias", "path": "biblio.lang_code" }, "stage": { "type": "alias", "path": "biblio.release_stage" }, "type": { "type": "alias", "path": "biblio.release_type" }, - "country": { "type": "alias", "path": "biblio.country_code" } + "country": { "type": "alias", "path": "biblio.country_code" }, + "issue_item": { "type": "alias", "path": "ia_sim.issue_item" }, + "pub_collection": { "type": "alias", "path": "ia_sim.pub_collection" }, + "sim_pubid": { "type": "alias", "path": "ia_sim.sim_pubid" } } } } -- cgit v1.2.3