diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-01 17:07:26 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-01 17:07:26 +0200 |
commit | 495adf9976d11a8abc49080abdb1fab7fcaeb85a (patch) | |
tree | d84ec955a5cdbbb68eb721f135b35cd9b67b8f58 /extra/elasticsearch/auto_mapping.json | |
parent | 8bd8cfd9a995a376783ef90e42f163ec1d84ea4d (diff) | |
download | refcat-495adf9976d11a8abc49080abdb1fab7fcaeb85a.tar.gz refcat-495adf9976d11a8abc49080abdb1fab7fcaeb85a.zip |
add inferred mapping
Diffstat (limited to 'extra/elasticsearch/auto_mapping.json')
-rw-r--r-- | extra/elasticsearch/auto_mapping.json | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/extra/elasticsearch/auto_mapping.json b/extra/elasticsearch/auto_mapping.json deleted file mode 100644 index 72b43d7..0000000 --- a/extra/elasticsearch/auto_mapping.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "ref": { - "mappings": { - "properties": { - "match_provenance": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "match_reason": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "match_status": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "ref_index": { - "type": "long" - }, - "ref_key": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "source_release_ident": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "source_work_ident": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "source_year": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "target_release_ident": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "target_work_ident": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - } - }, - "update_ts": { - "type": "long" - } - } - } - } -} |