summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-02-09 13:28:22 +0100
committerGeir Storli <geirst@yahoo-inc.com>2017-02-09 13:28:22 +0100
commitae4d956e1eae13b2acc1212e15e0a63fa0f8df59 (patch)
treeb154675e047c182f7e32dde10411919ef4993d03 /configdefinitions
parentd9869e2188e7e09de5d734a028de57854f51100d (diff)
Add deriving of imported fields config for the search backend.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/imported-fields.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/imported-fields.def b/configdefinitions/src/vespa/imported-fields.def
new file mode 100644
index 00000000000..6971fb25747
--- /dev/null
+++ b/configdefinitions/src/vespa/imported-fields.def
@@ -0,0 +1,12 @@
+# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=vespa.config.search
+
+# The name of an imported attribute field in context of this document type.
+attribute[].name string
+
+# The name of the field (in this document type) that refers to a parent document type.
+attribute[].reference.field string
+
+# The name of the target attribute field in the parent document type that is imported into this document type.
+attribute[].reference.targetfield string
+