summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-11-28 00:02:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-11-28 00:02:03 +0100
commitbc36c8184d02c476733e77cb04a08eca88291d26 (patch)
treedc8cc0690d00d9fe5501e7e6b579702a591bb98e
parentMerge branch 'master' of gitspread:sfive (diff)
added new field for tags
-rw-r--r--src/es5/sfive-init.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/es5/sfive-init.json b/src/es5/sfive-init.json
index 3dd33d7..823f75d 100644
--- a/src/es5/sfive-init.json
+++ b/src/es5/sfive-init.json
@@ -51,6 +51,10 @@
}
}
},
+ "tags" : {
+ "type" : "string",
+ "index" : "not_analyzed"
+ },
"version" : {
"type" : "long"
}