summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-16 10:53:42 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-16 10:53:42 +0200
commitb4cfba33ec44fa66483f1a00373073437c12ec6f (patch)
treef5e548ea021f25270e544550918785a56afad6d8 /configdefinitions
parent5e4fc73f2cdd5e5b0512af0987275708ca95c54b (diff)
Add imported attributes fields to attributes.cfg and remove data/collection type info from imported-fields.cfg.
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