aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/auto_mapping.json
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-01 17:07:26 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-01 17:07:26 +0200
commit495adf9976d11a8abc49080abdb1fab7fcaeb85a (patch)
treed84ec955a5cdbbb68eb721f135b35cd9b67b8f58 /extra/elasticsearch/auto_mapping.json
parent8bd8cfd9a995a376783ef90e42f163ec1d84ea4d (diff)
downloadrefcat-495adf9976d11a8abc49080abdb1fab7fcaeb85a.tar.gz
refcat-495adf9976d11a8abc49080abdb1fab7fcaeb85a.zip
add inferred mapping
Diffstat (limited to 'extra/elasticsearch/auto_mapping.json')
-rw-r--r--extra/elasticsearch/auto_mapping.json95
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"
- }
- }
- }
- }
-}