summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-11-23 14:04:42 +0100
committerGeir Storli <geirst@oath.com>2017-11-23 14:08:32 +0100
commit290d7d6cbafb948b60c571d33d0e0e8a072aac66 (patch)
treeadd0893e6342a3468a0bc2b28ce03eb207ce7b1d /storage
parent68407f968b57fbdff0cccb469e5e49481d4d2508 (diff)
Produce new bucket spaces config for distributor nodes.
This config contains all document types handled by a content cluster and the bucket space each document type belongs to.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/bucketspaces.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/bucketspaces.def b/storage/src/vespa/storage/config/bucketspaces.def
new file mode 100644
index 00000000000..3ed1abba0b4
--- /dev/null
+++ b/storage/src/vespa/storage/config/bucketspaces.def
@@ -0,0 +1,11 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=vespa.config.content.core
+
+## This config contains the document types handled by a given content cluster
+## and the bucket space they belong to.
+
+## The name of a document type.
+documenttype[].name string
+
+## The bucket space this document type belongs to.
+documenttype[].bucketspace string