diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-20 20:39:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-20 20:39:02 -0700 |
commit | 5a508d61daf23a4bfa337c4229bbb6795b69fbd2 (patch) | |
tree | 3a8e744411c2db215d666cd600d4679c5a16e9a9 /schema | |
parent | c71314e46dcf18905d1957579a211bb47c520d57 (diff) | |
download | fatcat-scholar-5a508d61daf23a4bfa337c4229bbb6795b69fbd2.tar.gz fatcat-scholar-5a508d61daf23a4bfa337c4229bbb6795b69fbd2.zip |
fixes from manual testing
Diffstat (limited to 'schema')
-rw-r--r-- | schema/scholar_fulltext.v01.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" } } }, |