aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/auto_mapping.json
diff options
context:
space:
mode:
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"
- }
- }
- }
- }
-}