aboutsummaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-20 20:58:29 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-20 20:58:29 -0700
commit96e7efa95e505c08753aa04cbea01bbd62d7c92c (patch)
treec4feab31f56577ad15c4caa7f34aead9449fba91 /schema
parent1d6ffc8fa85d2d9fb58f52f846376b571d2a1565 (diff)
downloadfatcat-scholar-96e7efa95e505c08753aa04cbea01bbd62d7c92c.tar.gz
fatcat-scholar-96e7efa95e505c08753aa04cbea01bbd62d7c92c.zip
schema: many more aliases
Diffstat (limited to 'schema')
-rw-r--r--schema/scholar_fulltext.v01.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json
index d5d7852..3d2c102 100644
--- a/schema/scholar_fulltext.v01.json
+++ b/schema/scholar_fulltext.v01.json
@@ -196,11 +196,29 @@
"biblio_all": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" },
"abstracts_all": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" },
+ "doctype": { "type": "alias", "path": "doc_type" },
+
"body": { "type": "alias", "path": "fulltext.body" },
"abstract": { "type": "alias", "path": "abstracts_all" },
"acknowledgement":{ "type": "alias", "path": "fulltext.acknowledgement" },
- "tag": { "type": "alias", "path": "tags" },
+ "doi": { "type": "alias", "path": "releases.doi" },
+ "doi_prefix": { "type": "alias", "path": "releases.doi_prefix" },
+ "doi_registrar": { "type": "alias", "path": "releases.doi_registrar" },
+ "pmid": { "type": "alias", "path": "releases.pmid" },
+ "pmcid": { "type": "alias", "path": "releases.pmcid" },
+ "isbn13": { "type": "alias", "path": "releases.isbn13" },
+ "wikidata_qid": { "type": "alias", "path": "releases.wikidata_qid" },
+ "arxiv_id": { "type": "alias", "path": "releases.arxiv_id" },
+ "jstor_id": { "type": "alias", "path": "releases.jstor_id" },
+
+ "title": { "type": "alias", "path": "biblio.title" },
+ "subtitle": { "type": "alias", "path": "biblio.subtitle" },
+ "original_title": { "type": "alias", "path": "biblio.original_title" },
+ "withdrawn_status":{"type": "alias", "path": "biblio.withdrawn_status" },
+ "volume": { "type": "alias", "path": "biblio.volume" },
+ "issue": { "type": "alias", "path": "biblio.issue" },
+
"affiliation": { "type": "alias", "path": "biblio.affiliations" },
"author": { "type": "alias", "path": "biblio.contrib_names" },
"journal": { "type": "alias", "path": "biblio.container_name" },