aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-08 08:29:32 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-08 08:34:25 +0000
commitefeacc80ae83629377a7c0a58e2872927a658d4d (patch)
tree90c2f1ccc7784ba720501a467ca706a925e7fdaf /config-model/src/test/derived/types
parentb1015bd850fb94157d8c21077578e45628384e02 (diff)
regular "type" queryCommands
* if the data type is weightedset, make the same query command. * this gives same end result when you know the settings for create-if-nonexistent and remove-if-zero up front. * note that nothing actually uses this (only "type tensor" is handled specially in container-search).
Diffstat (limited to 'config-model/src/test/derived/types')
-rw-r--r--config-model/src/test/derived/types/index-info.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/types/index-info.cfg b/config-model/src/test/derived/types/index-info.cfg
index 2db4ead180b..7f43cd67a6b 100644
--- a/config-model/src/test/derived/types/index-info.cfg
+++ b/config-model/src/test/derived/types/index-info.cfg
@@ -96,7 +96,7 @@ indexinfo[].command[].command "multivalue"
indexinfo[].command[].indexname "tagfield"
indexinfo[].command[].command "attribute"
indexinfo[].command[].indexname "tagfield"
-indexinfo[].command[].command "type tag"
+indexinfo[].command[].command "type WeightedSet<string>"
indexinfo[].command[].indexname "structfield.s1"
indexinfo[].command[].command "index"
indexinfo[].command[].indexname "structfield.s1"
@@ -704,4 +704,4 @@ indexinfo[].command[].command "index"
indexinfo[].command[].indexname "pst_sta_boldingoff_nomatch_tag_01"
indexinfo[].command[].command "multivalue"
indexinfo[].command[].indexname "pst_sta_boldingoff_nomatch_tag_01"
-indexinfo[].command[].command "type tag"
+indexinfo[].command[].command "type WeightedSet<string>"