From 5a508d61daf23a4bfa337c4229bbb6795b69fbd2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 20 May 2020 20:39:02 -0700 Subject: fixes from manual testing --- schema/scholar_fulltext.v01.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema') diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 8024702..d5d7852 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -41,7 +41,7 @@ "dynamic": false, "_source": { "excludes": [ - "abstracts.body", + "abstracts_all", "fulltext.body", "fulltext.acknowledgment", "fulltext.annex", @@ -140,7 +140,7 @@ "type": "nested", "dynamic": false, "properties": { - "body": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": ["everything", "abstracts_all"], "store": true }, + "body": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": ["everything", "abstracts_all"] }, "lang_code": { "type": "keyword", "normalizer": "default" } } }, -- cgit v1.2.3