aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/imported-fields.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/imported-fields.def b/configdefinitions/src/vespa/imported-fields.def
index 6ccdb20bb64..ba53985090a 100644
--- a/configdefinitions/src/vespa/imported-fields.def
+++ b/configdefinitions/src/vespa/imported-fields.def
@@ -10,3 +10,9 @@ 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
+# The data type of the target attribute field. This enum should match the one in attributes.def.
+attribute[].datatype enum { STRING, UINT1, UINT2, UINT4, INT8, INT16, INT32, INT64, FLOAT, DOUBLE, PREDICATE, TENSOR, REFERENCE, NONE } default=NONE
+
+# The collection type of the target attribute field. This enum should match the one in attributes.def.
+attribute[].collectiontype enum { SINGLE, ARRAY, WEIGHTEDSET } default=SINGLE
+