summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-02-06 10:24:47 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-02-06 10:24:47 +0000
commit2cc2dce1bfa2be185dc371995139757e4afcd8d8 (patch)
tree4fd635edba084369c05b7df1594269b05c1dfd7f /configdefinitions
parent1b710c0ca016ed80935693b62e2a00ce7ba0fbd9 (diff)
Prepare for wiring in reference attribute:
- Add data type to attributes.def - Update attribute config conversion - Update attribute factory - Specify that reference attribute doesn't support fast update, docstore must be updated.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 7ff4c797b01..6f1632266fe 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -2,7 +2,7 @@
namespace=vespa.config.search
attribute[].name string
-attribute[].datatype enum { STRING, UINT1, UINT2, UINT4, INT8, INT16, INT32, INT64, FLOAT, DOUBLE, PREDICATE, TENSOR, NONE } default=NONE
+attribute[].datatype enum { STRING, UINT1, UINT2, UINT4, INT8, INT16, INT32, INT64, FLOAT, DOUBLE, PREDICATE, TENSOR, REFERENCE, NONE } default=NONE
attribute[].collectiontype enum { SINGLE, ARRAY, WEIGHTEDSET } default=SINGLE
attribute[].removeifzero bool default=false
attribute[].createifnonexistent bool default=false