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.json23
1 files changed, 8 insertions, 15 deletions
diff --git a/src/es5/sfive-init.json b/src/es5/sfive-init.json
index 75e284e..3dd33d7 100644
--- a/src/es5/sfive-init.json
+++ b/src/es5/sfive-init.json
@@ -1,24 +1,15 @@
{
"settings": {
- "index" : {
- "analysis" : {
- "analyzer" : {
- "default" : {
- "type" : "keyword"
- }
- }
- }
- }
},
"mappings" : {
"dataupdate" : {
"properties" : {
- "source-id": { "type": "string" },
"SourceHubDataUpdateId" : {
"type" : "long"
},
"SourceHubUuid" : {
- "type" : "string"
+ "type" : "string",
+ "index" : "not_analyzed"
},
"data" : {
"properties" : {
@@ -38,7 +29,7 @@
},
"hostname" : {
"type" : "string",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
},
"start-time" : {
"type" : "date",
@@ -48,13 +39,15 @@
"properties" : {
"content-id" : {
"type" : "string",
- "copy_to": "source-id"
+ "index" : "not_analyzed"
},
"format" : {
- "type" : "string"
+ "type" : "string",
+ "index" : "not_analyzed"
},
"quality" : {
- "type" : "string"
+ "type" : "string",
+ "index" : "not_analyzed"
}
}
},