summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-02-09 17:07:04 +0100
committerGeir Storli <geirst@yahoo-inc.com>2017-02-09 17:07:04 +0100
commitfe52765a037cb72ce14cbe94f843c76487b86515 (patch)
tree28de077dcb97e139f124e22df00f9e0407bfdb07 /configdefinitions
parent023a58fba580ee27ebb576ede73f1cff5b12e764 (diff)
Align naming of imported fields across Java code and config.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/imported-fields.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/imported-fields.def b/configdefinitions/src/vespa/imported-fields.def
index 6971fb25747..6ccdb20bb64 100644
--- a/configdefinitions/src/vespa/imported-fields.def
+++ b/configdefinitions/src/vespa/imported-fields.def
@@ -5,8 +5,8 @@ namespace=vespa.config.search
attribute[].name string
# The name of the field (in this document type) that refers to a parent document type.
-attribute[].reference.field string
+attribute[].referencefield string
# The name of the target attribute field in the parent document type that is imported into this document type.
-attribute[].reference.targetfield string
+attribute[].targetfield string