aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-01-08 08:28:12 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-01-09 08:09:59 +0000
commitadf44e573d2d02cb3cb3740e17019976325dc76a (patch)
treeaf887d4ad71eb7aacb6b6f093722e53dbee05030 /config-model/src/test/derived/array_of_struct_attribute
parentfbea1c3b5a6020d6d5fbd5b76d1eb3e693152500 (diff)
Ensure that non-numerical struct field attributes get 'word' matching.
This makes the match setting similar to regular attributes.
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/index-info.cfg44
1 files changed, 23 insertions, 21 deletions
diff --git a/config-model/src/test/derived/array_of_struct_attribute/index-info.cfg b/config-model/src/test/derived/array_of_struct_attribute/index-info.cfg
index 99942d83f91..ebe87df9852 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/index-info.cfg
+++ b/config-model/src/test/derived/array_of_struct_attribute/index-info.cfg
@@ -1,21 +1,23 @@
-indexinfo[0].name "test"
-indexinfo[0].command[0].indexname "sddocname"
-indexinfo[0].command[0].command "index"
-indexinfo[0].command[1].indexname "sddocname"
-indexinfo[0].command[1].command "word"
-indexinfo[0].command[2].indexname "elem_array.name"
-indexinfo[0].command[2].command "index"
-indexinfo[0].command[3].indexname "elem_array.name"
-indexinfo[0].command[3].command "attribute"
-indexinfo[0].command[4].indexname "elem_array.name"
-indexinfo[0].command[4].command "fast-search"
-indexinfo[0].command[5].indexname "elem_array.weight"
-indexinfo[0].command[5].command "index"
-indexinfo[0].command[6].indexname "elem_array.weight"
-indexinfo[0].command[6].command "attribute"
-indexinfo[0].command[7].indexname "elem_array.weight"
-indexinfo[0].command[7].command "numerical"
-indexinfo[0].command[8].indexname "elem_array"
-indexinfo[0].command[8].command "index"
-indexinfo[0].command[9].indexname "elem_array"
-indexinfo[0].command[9].command "multivalue"
+indexinfo[].name "test"
+indexinfo[].command[].indexname "sddocname"
+indexinfo[].command[].command "index"
+indexinfo[].command[].indexname "sddocname"
+indexinfo[].command[].command "word"
+indexinfo[].command[].indexname "elem_array.name"
+indexinfo[].command[].command "index"
+indexinfo[].command[].indexname "elem_array.name"
+indexinfo[].command[].command "attribute"
+indexinfo[].command[].indexname "elem_array.name"
+indexinfo[].command[].command "fast-search"
+indexinfo[].command[].indexname "elem_array.name"
+indexinfo[].command[].command "word"
+indexinfo[].command[].indexname "elem_array.weight"
+indexinfo[].command[].command "index"
+indexinfo[].command[].indexname "elem_array.weight"
+indexinfo[].command[].command "attribute"
+indexinfo[].command[].indexname "elem_array.weight"
+indexinfo[].command[].command "numerical"
+indexinfo[].command[].indexname "elem_array"
+indexinfo[].command[].command "index"
+indexinfo[].command[].indexname "elem_array"
+indexinfo[].command[].command "multivalue"