aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/importedfields
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-27 17:55:18 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-27 17:55:18 +0100
commitc1c9f56ad3b21eb6c6adff5e19ebb9b785ca23c8 (patch)
tree53a71d39cccf4f4d7b2f116c17880931ed30f231 /config-model/src/test/derived/importedfields
parent4af4ba7da309f23bbc40ac32ed9c61f4dc9933e1 (diff)
Multivalue numeric fields are also numeric.
Diffstat (limited to 'config-model/src/test/derived/importedfields')
-rw-r--r--config-model/src/test/derived/importedfields/index-info.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/test/derived/importedfields/index-info.cfg b/config-model/src/test/derived/importedfields/index-info.cfg
index 76382e4fd80..ec44e4f1b11 100644
--- a/config-model/src/test/derived/importedfields/index-info.cfg
+++ b/config-model/src/test/derived/importedfields/index-info.cfg
@@ -50,6 +50,8 @@ indexinfo[].command[].command "multivalue"
indexinfo[].command[].indexname "my_int_array_field"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_int_array_field"
+indexinfo[].command[].command "numerical"
+indexinfo[].command[].indexname "my_int_array_field"
indexinfo[].command[].command "type Array<int>"
indexinfo[].command[].indexname "my_int_wset_field"
indexinfo[].command[].command "index"
@@ -58,6 +60,8 @@ indexinfo[].command[].command "multivalue"
indexinfo[].command[].indexname "my_int_wset_field"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "my_int_wset_field"
+indexinfo[].command[].command "numerical"
+indexinfo[].command[].indexname "my_int_wset_field"
indexinfo[].command[].command "type WeightedSet<int>"
indexinfo[].command[].indexname "my_ancient_int_field"
indexinfo[].command[].command "index"