summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_struct_fields
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/imported_struct_fields
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/imported_struct_fields')
-rw-r--r--config-model/src/test/derived/imported_struct_fields/index-info.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/derived/imported_struct_fields/index-info.cfg b/config-model/src/test/derived/imported_struct_fields/index-info.cfg
index 3723b06fcbe..4aa54dac933 100644
--- a/config-model/src/test/derived/imported_struct_fields/index-info.cfg
+++ b/config-model/src/test/derived/imported_struct_fields/index-info.cfg
@@ -17,6 +17,8 @@ indexinfo[].command[].indexname "my_elem_array.name"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_elem_array.name"
indexinfo[].command[].command "fast-search"
+indexinfo[].command[].indexname "my_elem_array.name"
+indexinfo[].command[].command "word"
indexinfo[].command[].indexname "my_elem_array.weight"
indexinfo[].command[].command "index"
indexinfo[].command[].indexname "my_elem_array.weight"
@@ -33,6 +35,8 @@ indexinfo[].command[].indexname "my_elem_map.value.name"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_elem_map.value.name"
indexinfo[].command[].command "fast-search"
+indexinfo[].command[].indexname "my_elem_map.value.name"
+indexinfo[].command[].command "word"
indexinfo[].command[].indexname "my_elem_map.value.weight"
indexinfo[].command[].command "index"
indexinfo[].command[].indexname "my_elem_map.value.weight"
@@ -47,6 +51,8 @@ indexinfo[].command[].indexname "my_elem_map.key"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_elem_map.key"
indexinfo[].command[].command "fast-search"
+indexinfo[].command[].indexname "my_elem_map.key"
+indexinfo[].command[].command "word"
indexinfo[].command[].indexname "my_elem_map"
indexinfo[].command[].command "index"
indexinfo[].command[].indexname "my_elem_map"
@@ -57,6 +63,8 @@ indexinfo[].command[].indexname "my_str_int_map.key"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_str_int_map.key"
indexinfo[].command[].command "fast-search"
+indexinfo[].command[].indexname "my_str_int_map.key"
+indexinfo[].command[].command "word"
indexinfo[].command[].indexname "my_str_int_map.value"
indexinfo[].command[].command "index"
indexinfo[].command[].indexname "my_str_int_map.value"