From e7dbb5c3eef5a861c411c3bd058e590d04be557f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 May 2020 18:56:14 -0700 Subject: first pass improving search scoring --- schema/scholar_fulltext.v01.json | 1 + 1 file changed, 1 insertion(+) (limited to 'schema') diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 2f2eb58..48fcc51 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -199,6 +199,7 @@ "body": { "type": "alias", "path": "fulltext.body" }, "abstract": { "type": "alias", "path": "abstracts.body" }, "acknowledgement":{ "type": "alias", "path": "fulltext.acknowledgement" }, + "access_type": { "type": "alias", "path": "fulltext.access_type" }, "doi": { "type": "alias", "path": "releases.doi" }, "doi_prefix": { "type": "alias", "path": "releases.doi_prefix" }, -- cgit v1.2.3