summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/vespa.config.search.imported-fields.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/vespa.config.search.imported-fields.def')
-rw-r--r--configdefinitions/src/vespa/vespa.config.search.imported-fields.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/vespa.config.search.imported-fields.def b/configdefinitions/src/vespa/vespa.config.search.imported-fields.def
new file mode 100644
index 00000000000..0947ff63e2a
--- /dev/null
+++ b/configdefinitions/src/vespa/vespa.config.search.imported-fields.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.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[].referencefield string
+
+# The name of the target attribute field in the parent document type that is imported into this document type.
+attribute[].targetfield string