summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-09-09 14:14:26 +0200
committerGitHub <noreply@github.com>2020-09-09 14:14:26 +0200
commit005588c5cc8b8e072d8f778aebdd3b3b73cb8108 (patch)
treea9dda3d5cae4ddc52716c9e18943806975dbbe58 /searchcore
parent95197a41a32a6d28c016c0e7c12b53705283a669 (diff)
parent7950c509e3ca6052cea2a3e6f55f953d83bac9fd (diff)
Merge pull request #14332 from vespa-engine/toregge/ignore-summary-override-if-attribute-vector-is-missing
Ignore summary override if attribute vector is missing.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/docsummary/summarymap.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/docsummary/summarymap.cfg b/searchcore/src/tests/proton/docsummary/summarymap.cfg
index f2d429b1412..cb03ce76fd1 100644
--- a/searchcore/src/tests/proton/docsummary/summarymap.cfg
+++ b/searchcore/src/tests/proton/docsummary/summarymap.cfg
@@ -1,4 +1,4 @@
-override[16]
+override[17]
override[0].field "aa"
override[0].command "copy"
override[0].arguments "ab"
@@ -46,3 +46,6 @@ override[14].arguments "wp2"
override[15].field "bj"
override[15].command "attribute"
override[15].arguments "bj"
+override[16].field "missing"
+override[16].command "attribute"
+override[16].arguments "missing"