summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
commit56a873c580784c986dede9dc5cf8d0b06427c562 (patch)
tree33ccd2baba19f0fa654e9051d3c2a3979ed24911 /configdefinitions
parent273a3b5e1d754ad6ca321488a761b0dcb7df48d9 (diff)
Add imported flag to attributes config.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index e2596d8893d..6fea4d95d92 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -26,3 +26,5 @@ attribute[].upperbound long default=9223372036854775807
attribute[].densepostinglistthreshold double default=0.40
# Specification of tensor type if this attribute is of type TENSOR.
attribute[].tensortype string default=""
+# Whether this is an imported attribute (from parent document db) or not.
+attribute[].imported bool default=false