summaryrefslogtreecommitdiff
path: root/src/es5/sfive-init.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/es5/sfive-init.json')
-rw-r--r--src/es5/sfive-init.json17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/es5/sfive-init.json b/src/es5/sfive-init.json
index 4ebfd92..3dd33d7 100644
--- a/src/es5/sfive-init.json
+++ b/src/es5/sfive-init.json
@@ -4,11 +4,6 @@
"mappings" : {
"dataupdate" : {
"properties" : {
- "source-id": {
- "type": "string",
- "index" : "not_analyzed",
- "store": true
- },
"SourceHubDataUpdateId" : {
"type" : "long"
},
@@ -34,8 +29,7 @@
},
"hostname" : {
"type" : "string",
- "index" : "not_analyzed",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
},
"start-time" : {
"type" : "date",
@@ -45,18 +39,15 @@
"properties" : {
"content-id" : {
"type" : "string",
- "index" : "not_analyzed",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
},
"format" : {
"type" : "string",
- "index" : "not_analyzed",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
},
"quality" : {
"type" : "string",
- "index" : "not_analyzed",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
}
}
},