summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/imported-fields.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/imported-fields.def b/configdefinitions/src/vespa/imported-fields.def
index ad895b3bdbf..051226f1615 100644
--- a/configdefinitions/src/vespa/imported-fields.def
+++ b/configdefinitions/src/vespa/imported-fields.def
@@ -10,9 +10,11 @@ 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
+# Deprecated. TODO: Remove when going to Vespa 7.
# 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
+# Deprecated. TODO: Remove when going to Vespa 7.
# 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