diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/scholar_fulltext.v01.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 7653633..1929512 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -63,6 +63,7 @@ "properties": { "key": { "type": "keyword", "normalizer": "default", "doc_values": false }, + "collapse_key": { "type": "keyword", "normalizer": "default" }, "doc_type": { "type": "keyword", "normalizer": "default" }, "doc_index_ts": { "type": "date" }, "work_ident": { "type": "keyword", "normalizer": "default", "doc_values": false }, |