From f6db34857ea6e09d60f9d085cead3f045d171b84 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 21 Jul 2020 13:47:07 -0700 Subject: schema: access as object (list), not nested Nested allows more precise filter queries, but it seems that simple "dot notation" filters/queries don't work. We don't have anything doing the sophisticated queries yet, so keep it simple. --- schema/scholar_fulltext.v01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema') diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index aa087fa..504ba06 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -195,7 +195,7 @@ }, "access": { - "type": "nested", + "type": "object", "dynamic": false, "properties": { "access_type": { "type": "keyword", "normalizer": "default" }, -- cgit v1.2.3