aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:40:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 16:40:36 +0000
commit897d5c20fde3e90690d20e749ff0ffbb1427ca9a (patch)
tree3f1c559e41b4f4182c4777b888de46b64fc50e0b /config-model/src/test/derived
parent212382c5907084d3ce51e87804a2590fb9d0ba07 (diff)
GC unused ordering field.
Diffstat (limited to 'config-model/src/test/derived')
-rw-r--r--config-model/src/test/derived/advanced/attributes.cfg1
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/attributes.cfg2
-rw-r--r--config-model/src/test/derived/attributeprefetch/attributes.cfg18
-rw-r--r--config-model/src/test/derived/attributes/attributes.cfg18
-rw-r--r--config-model/src/test/derived/complex/attributes.cfg9
-rw-r--r--config-model/src/test/derived/hnsw_index/attributes.cfg2
-rw-r--r--config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg4
-rw-r--r--config-model/src/test/derived/imported_position_field/attributes.cfg2
-rw-r--r--config-model/src/test/derived/imported_struct_fields/attributes.cfg8
-rw-r--r--config-model/src/test/derived/importedfields/attributes.cfg8
-rw-r--r--config-model/src/test/derived/inheritance/attributes.cfg3
-rw-r--r--config-model/src/test/derived/inheritfromparent/attributes.cfg1
-rw-r--r--config-model/src/test/derived/map_attribute/attributes.cfg3
-rw-r--r--config-model/src/test/derived/map_of_struct_attribute/attributes.cfg5
-rw-r--r--config-model/src/test/derived/music/attributes.cfg11
-rw-r--r--config-model/src/test/derived/newrank/attributes.cfg10
-rw-r--r--config-model/src/test/derived/predicate_attribute/attributes.cfg1
-rw-r--r--config-model/src/test/derived/prefixexactattribute/attributes.cfg2
-rw-r--r--config-model/src/test/derived/reference_fields/attributes.cfg3
-rw-r--r--config-model/src/test/derived/sorting/attributes.cfg3
-rw-r--r--config-model/src/test/derived/tensor/attributes.cfg5
-rw-r--r--config-model/src/test/derived/types/attributes.cfg13
22 files changed, 0 insertions, 132 deletions
diff --git a/config-model/src/test/derived/advanced/attributes.cfg b/config-model/src/test/derived/advanced/attributes.cfg
index 760d39b8f55..bc95cf86071 100644
--- a/config-model/src/test/derived/advanced/attributes.cfg
+++ b/config-model/src/test/derived/advanced/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "location_zcurve"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg b/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
index 951cd8e4157..18bf8f12b32 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
+++ b/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "elem_array.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/attributeprefetch/attributes.cfg b/config-model/src/test/derived/attributeprefetch/attributes.cfg
index 1700cc5ff32..acdd50db696 100644
--- a/config-model/src/test/derived/attributeprefetch/attributes.cfg
+++ b/config-model/src/test/derived/attributeprefetch/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "singlebyte"
attribute[].datatype INT8
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multibyte"
attribute[].datatype INT8
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsbyte"
attribute[].datatype INT8
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singleint"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multiint"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsint"
attribute[].datatype INT32
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlelong"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multilong"
attribute[].datatype INT64
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wslong"
attribute[].datatype INT64
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -271,7 +262,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlefloat"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -301,7 +291,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multifloat"
attribute[].datatype FLOAT
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -331,7 +320,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsfloat"
attribute[].datatype FLOAT
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -361,7 +349,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singledouble"
attribute[].datatype DOUBLE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -391,7 +378,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multidouble"
attribute[].datatype DOUBLE
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -421,7 +407,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsdouble"
attribute[].datatype DOUBLE
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -451,7 +436,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlestring"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -481,7 +465,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multistring"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -511,7 +494,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsstring"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/attributes/attributes.cfg b/config-model/src/test/derived/attributes/attributes.cfg
index 632ab97bbfe..c5a6ff372ad 100644
--- a/config-model/src/test/derived/attributes/attributes.cfg
+++ b/config-model/src/test/derived/attributes/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "a1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a3"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a5"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a6"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b3"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b4"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -271,7 +262,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b5"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -301,7 +291,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b6"
attribute[].datatype INT64
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -331,7 +320,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b7"
attribute[].datatype DOUBLE
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -361,7 +349,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a9"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -391,7 +378,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a10"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -421,7 +407,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a11"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -451,7 +436,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a12"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -481,7 +465,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a7_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -511,7 +494,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a8_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/complex/attributes.cfg b/config-model/src/test/derived/complex/attributes.cfg
index 8bfc14e6795..6ca16458334 100644
--- a/config-model/src/test/derived/complex/attributes.cfg
+++ b/config-model/src/test/derived/complex/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "prefixenabled"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "fleeting"
attribute[].datatype FLOAT
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "fleeting2"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "foundat"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "collapseby"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ts"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "combineda"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year_arr"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year_sub"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/hnsw_index/attributes.cfg b/config-model/src/test/derived/hnsw_index/attributes.cfg
index 188ebed6bc2..ec8eaab7dd4 100644
--- a/config-model/src/test/derived/hnsw_index/attributes.cfg
+++ b/config-model/src/test/derived/hnsw_index/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "t1"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing false
attribute[].name "t2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg
index f2a18de22bf..340ff11d0b2 100644
--- a/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg
+++ b/config-model/src/test/derived/imported_fields_inherited_reference/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "ref_from_a"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ref_from_b"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "from_a_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "from_b_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/imported_position_field/attributes.cfg b/config-model/src/test/derived/imported_position_field/attributes.cfg
index 0433c41fced..f8d3a37c00b 100644
--- a/config-model/src/test/derived/imported_position_field/attributes.cfg
+++ b/config-model/src/test/derived/imported_position_field/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "parent_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_pos_zcurve"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/imported_struct_fields/attributes.cfg b/config-model/src/test/derived/imported_struct_fields/attributes.cfg
index 894683e6389..cfeff008f0d 100644
--- a/config-model/src/test/derived/imported_struct_fields/attributes.cfg
+++ b/config-model/src/test/derived/imported_struct_fields/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "parent_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_array.name"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.key"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.value.weight"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_str_int_map.key"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_str_int_map.value"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/importedfields/attributes.cfg b/config-model/src/test/derived/importedfields/attributes.cfg
index 16ddd67ad6d..e86581ecae5 100644
--- a/config-model/src/test/derived/importedfields/attributes.cfg
+++ b/config-model/src/test/derived/importedfields/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "a_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b_ref_with_summary"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_string_field"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_array_field"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_wset_field"
attribute[].datatype INT32
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_ancient_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/inheritance/attributes.cfg b/config-model/src/test/derived/inheritance/attributes.cfg
index 900a93efe23..f20462ef647 100644
--- a/config-model/src/test/derived/inheritance/attributes.cfg
+++ b/config-model/src/test/derived/inheritance/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "onlygrandparent"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "overridden"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "onlymother"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/inheritfromparent/attributes.cfg b/config-model/src/test/derived/inheritfromparent/attributes.cfg
index 93dfc9b3234..c6cda880b84 100644
--- a/config-model/src/test/derived/inheritfromparent/attributes.cfg
+++ b/config-model/src/test/derived/inheritfromparent/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/map_attribute/attributes.cfg b/config-model/src/test/derived/map_attribute/attributes.cfg
index 35b9a1722a9..2416cd3b128 100644
--- a/config-model/src/test/derived/map_attribute/attributes.cfg
+++ b/config-model/src/test/derived/map_attribute/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "str_map.key"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_map.value"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_map.key"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg b/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
index e9471d91c45..45f1b6c036e 100644
--- a/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
+++ b/config-model/src/test/derived/map_of_struct_attribute/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "str_elem_map.key"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_elem_map.value.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_elem_map.key"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/music/attributes.cfg b/config-model/src/test/derived/music/attributes.cfg
index e1685f55357..fbfd3b15281 100644
--- a/config-model/src/test/derived/music/attributes.cfg
+++ b/config-model/src/test/derived/music/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "sales"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "pto"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "mid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "bgnpfrom"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "newestedition"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "did"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "cbid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -271,7 +262,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "hiphopvalue_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -301,7 +291,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "metalvalue_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/newrank/attributes.cfg b/config-model/src/test/derived/newrank/attributes.cfg
index 0b3c39c44f6..84c7f6cd099 100644
--- a/config-model/src/test/derived/newrank/attributes.cfg
+++ b/config-model/src/test/derived/newrank/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "sales"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "pto"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "mid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "bgnpfrom"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "newestedition"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "did"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "scorekey"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -271,7 +262,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "cbid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/predicate_attribute/attributes.cfg b/config-model/src/test/derived/predicate_attribute/attributes.cfg
index 52ad169550d..f0e600b8875 100644
--- a/config-model/src/test/derived/predicate_attribute/attributes.cfg
+++ b/config-model/src/test/derived/predicate_attribute/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "some_predicate_field"
attribute[].datatype PREDICATE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/prefixexactattribute/attributes.cfg b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
index a0657f5bc27..4b39c7caa2c 100644
--- a/config-model/src/test/derived/prefixexactattribute/attributes.cfg
+++ b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "attributefield1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "attributefield2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/reference_fields/attributes.cfg b/config-model/src/test/derived/reference_fields/attributes.cfg
index 1517a96950c..9f5b80dbe4c 100644
--- a/config-model/src/test/derived/reference_fields/attributes.cfg
+++ b/config-model/src/test/derived/reference_fields/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "campaign_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "other_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "yet_another_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/sorting/attributes.cfg b/config-model/src/test/derived/sorting/attributes.cfg
index e878c1f054f..69c3510df97 100644
--- a/config-model/src/test/derived/sorting/attributes.cfg
+++ b/config-model/src/test/derived/sorting/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "syntaxcheck"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "syntaxcheck2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "infieldonly"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/tensor/attributes.cfg b/config-model/src/test/derived/tensor/attributes.cfg
index 71789c2987c..29eff247aed 100644
--- a/config-model/src/test/derived/tensor/attributes.cfg
+++ b/config-model/src/test/derived/tensor/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "f2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f3"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f4"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f5"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f6"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
diff --git a/config-model/src/test/derived/types/attributes.cfg b/config-model/src/test/derived/types/attributes.cfg
index e48d4d1bd09..082752caa43 100644
--- a/config-model/src/test/derived/types/attributes.cfg
+++ b/config-model/src/test/derived/types/attributes.cfg
@@ -1,7 +1,6 @@
attribute[].name "abyte"
attribute[].datatype INT8
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -31,7 +30,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "along"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -61,7 +59,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "abool"
attribute[].datatype BOOL
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -91,7 +88,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ashortfloat"
attribute[].datatype FLOAT16
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -121,7 +117,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "arrayfield"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -151,7 +146,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -181,7 +175,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield2"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero true
@@ -211,7 +204,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield3"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero true
@@ -241,7 +233,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield4"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -271,7 +262,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "tagfield"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero true
@@ -301,7 +291,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "juletre"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false
@@ -331,7 +320,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "album1"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero true
@@ -361,7 +349,6 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "other"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
-attribute[].dictionary.ordering ORDERED
attribute[].dictionary.type BTREE
attribute[].dictionary.match CASE_INSENSITIVE
attribute[].removeifzero false