summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/bucketspaces.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/bucketspaces.def')
-rw-r--r--configdefinitions/src/vespa/bucketspaces.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/bucketspaces.def b/configdefinitions/src/vespa/bucketspaces.def
new file mode 100644
index 00000000000..c9468850018
--- /dev/null
+++ b/configdefinitions/src/vespa/bucketspaces.def
@@ -0,0 +1,12 @@
+# 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
+