summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 16:14:07 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2021-03-11 16:14:07 +0100
commit18acfa5582e62c61e7b2b97a977aebd88ea387f7 (patch)
tree0ac3dbac398781bd68772a19a2c4c45cc95bf429 /config-model/src/test/derived
parent00f3c44ae342ea4a6718e692ae8d130457ddf86d (diff)
Update expected results
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, 132 insertions, 0 deletions
diff --git a/config-model/src/test/derived/advanced/attributes.cfg b/config-model/src/test/derived/advanced/attributes.cfg
index 7c2a8ac31ca..0d4b3bc4ca7 100644
--- a/config-model/src/test/derived/advanced/attributes.cfg
+++ b/config-model/src/test/derived/advanced/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "location_zcurve"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
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 f30970a148c..dc269284e8f 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,6 +1,7 @@
attribute[].name "elem_array.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/attributeprefetch/attributes.cfg b/config-model/src/test/derived/attributeprefetch/attributes.cfg
index ec3156fdf29..c43e38d0561 100644
--- a/config-model/src/test/derived/attributeprefetch/attributes.cfg
+++ b/config-model/src/test/derived/attributeprefetch/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "singlebyte"
attribute[].datatype INT8
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multibyte"
attribute[].datatype INT8
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsbyte"
attribute[].datatype INT8
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singleint"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multiint"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsint"
attribute[].datatype INT32
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlelong"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multilong"
attribute[].datatype INT64
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wslong"
attribute[].datatype INT64
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -244,6 +253,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlefloat"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -271,6 +281,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multifloat"
attribute[].datatype FLOAT
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -298,6 +309,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsfloat"
attribute[].datatype FLOAT
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -325,6 +337,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singledouble"
attribute[].datatype DOUBLE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -352,6 +365,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multidouble"
attribute[].datatype DOUBLE
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -379,6 +393,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsdouble"
attribute[].datatype DOUBLE
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -406,6 +421,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "singlestring"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -433,6 +449,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "multistring"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -460,6 +477,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "wsstring"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/attributes/attributes.cfg b/config-model/src/test/derived/attributes/attributes.cfg
index a6163a5e202..4ecb0c2af8f 100644
--- a/config-model/src/test/derived/attributes/attributes.cfg
+++ b/config-model/src/test/derived/attributes/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "a1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a3"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a5"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a6"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b3"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b4"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -244,6 +253,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b5"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -271,6 +281,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b6"
attribute[].datatype INT64
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -298,6 +309,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b7"
attribute[].datatype DOUBLE
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -325,6 +337,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a9"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -352,6 +365,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a10"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -379,6 +393,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a11"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -406,6 +421,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a12"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -433,6 +449,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a7_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -460,6 +477,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "a8_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/complex/attributes.cfg b/config-model/src/test/derived/complex/attributes.cfg
index 1ccd6a95fd6..fe6f42e55bc 100644
--- a/config-model/src/test/derived/complex/attributes.cfg
+++ b/config-model/src/test/derived/complex/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "prefixenabled"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "fleeting"
attribute[].datatype FLOAT
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "fleeting2"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "foundat"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "collapseby"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ts"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "combineda"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year_arr"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year_sub"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/hnsw_index/attributes.cfg b/config-model/src/test/derived/hnsw_index/attributes.cfg
index ace0434495b..53eb98b6ba8 100644
--- a/config-model/src/test/derived/hnsw_index/attributes.cfg
+++ b/config-model/src/test/derived/hnsw_index/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "t1"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing false
attribute[].name "t2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch 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 1f4d5619248..2c209db96f2 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,6 +1,7 @@
attribute[].name "ref_from_a"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ref_from_b"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "from_a_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "from_b_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch 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 f155d9c4ffe..5bb0d9bfef3 100644
--- a/config-model/src/test/derived/imported_position_field/attributes.cfg
+++ b/config-model/src/test/derived/imported_position_field/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "parent_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_pos_zcurve"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
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 52c117f9347..f299756efb1 100644
--- a/config-model/src/test/derived/imported_struct_fields/attributes.cfg
+++ b/config-model/src/test/derived/imported_struct_fields/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "parent_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_array.name"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_array.weight"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.key"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_elem_map.value.weight"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_str_int_map.key"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_str_int_map.value"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/importedfields/attributes.cfg b/config-model/src/test/derived/importedfields/attributes.cfg
index aa67d00225b..680d6571939 100644
--- a/config-model/src/test/derived/importedfields/attributes.cfg
+++ b/config-model/src/test/derived/importedfields/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "a_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "b_ref_with_summary"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_string_field"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_array_field"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_int_wset_field"
attribute[].datatype INT32
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "my_ancient_int_field"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/inheritance/attributes.cfg b/config-model/src/test/derived/inheritance/attributes.cfg
index 9e0469f2d06..52367a04a30 100644
--- a/config-model/src/test/derived/inheritance/attributes.cfg
+++ b/config-model/src/test/derived/inheritance/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "onlygrandparent"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "overridden"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "onlymother"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/inheritfromparent/attributes.cfg b/config-model/src/test/derived/inheritfromparent/attributes.cfg
index 9e4484b01b6..b25a46dc433 100644
--- a/config-model/src/test/derived/inheritfromparent/attributes.cfg
+++ b/config-model/src/test/derived/inheritfromparent/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/map_attribute/attributes.cfg b/config-model/src/test/derived/map_attribute/attributes.cfg
index b8bd0ecd5f7..d9624e89500 100644
--- a/config-model/src/test/derived/map_attribute/attributes.cfg
+++ b/config-model/src/test/derived/map_attribute/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "str_map.key"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_map.value"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_map.key"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch 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 fe129c85d00..5fd10269ceb 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,6 +1,7 @@
attribute[].name "str_elem_map.key"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "str_elem_map.value.weight"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_elem_map.key"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "int_elem_map.value.name"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
diff --git a/config-model/src/test/derived/music/attributes.cfg b/config-model/src/test/derived/music/attributes.cfg
index 811b78852cb..ebb8eb10c14 100644
--- a/config-model/src/test/derived/music/attributes.cfg
+++ b/config-model/src/test/derived/music/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "sales"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "pto"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "mid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "bgnpfrom"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "newestedition"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "did"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "cbid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -244,6 +253,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "hiphopvalue_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -271,6 +281,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "metalvalue_arr"
attribute[].datatype STRING
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/newrank/attributes.cfg b/config-model/src/test/derived/newrank/attributes.cfg
index 12ff315afa1..5f5e7e62d83 100644
--- a/config-model/src/test/derived/newrank/attributes.cfg
+++ b/config-model/src/test/derived/newrank/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "sales"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "pto"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "mid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "weight"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "bgnpfrom"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "newestedition"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "year"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "did"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "scorekey"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -244,6 +253,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "cbid"
attribute[].datatype INT32
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/predicate_attribute/attributes.cfg b/config-model/src/test/derived/predicate_attribute/attributes.cfg
index e249a9246bc..6a7ff8af7ad 100644
--- a/config-model/src/test/derived/predicate_attribute/attributes.cfg
+++ b/config-model/src/test/derived/predicate_attribute/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "some_predicate_field"
attribute[].datatype PREDICATE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/prefixexactattribute/attributes.cfg b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
index b6497035860..2a5fc890f9e 100644
--- a/config-model/src/test/derived/prefixexactattribute/attributes.cfg
+++ b/config-model/src/test/derived/prefixexactattribute/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "attributefield1"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "attributefield2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/reference_fields/attributes.cfg b/config-model/src/test/derived/reference_fields/attributes.cfg
index 64aaf156be6..3ecd24d50dc 100644
--- a/config-model/src/test/derived/reference_fields/attributes.cfg
+++ b/config-model/src/test/derived/reference_fields/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "campaign_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "other_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "yet_another_ref"
attribute[].datatype REFERENCE
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/sorting/attributes.cfg b/config-model/src/test/derived/sorting/attributes.cfg
index 63630052a75..a84c7780965 100644
--- a/config-model/src/test/derived/sorting/attributes.cfg
+++ b/config-model/src/test/derived/sorting/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "syntaxcheck"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "syntaxcheck2"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "infieldonly"
attribute[].datatype STRING
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/tensor/attributes.cfg b/config-model/src/test/derived/tensor/attributes.cfg
index 74796a5b0b3..cc28f1b6f84 100644
--- a/config-model/src/test/derived/tensor/attributes.cfg
+++ b/config-model/src/test/derived/tensor/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "f2"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f3"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f4"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f5"
attribute[].datatype TENSOR
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "f6"
attribute[].datatype FLOAT
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
diff --git a/config-model/src/test/derived/types/attributes.cfg b/config-model/src/test/derived/types/attributes.cfg
index a0e8ffb1ad5..d30c79efbc2 100644
--- a/config-model/src/test/derived/types/attributes.cfg
+++ b/config-model/src/test/derived/types/attributes.cfg
@@ -1,6 +1,7 @@
attribute[].name "abyte"
attribute[].datatype INT8
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -28,6 +29,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "along"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -55,6 +57,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "abool"
attribute[].datatype BOOL
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -82,6 +85,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "ashortfloat"
attribute[].datatype FLOAT16
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -109,6 +113,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "arrayfield"
attribute[].datatype INT32
attribute[].collectiontype ARRAY
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -136,6 +141,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -163,6 +169,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield2"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero true
attribute[].createifnonexistent true
attribute[].fastsearch false
@@ -190,6 +197,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield3"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero true
attribute[].createifnonexistent false
attribute[].fastsearch false
@@ -217,6 +225,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "setfield4"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent true
attribute[].fastsearch false
@@ -244,6 +253,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "tagfield"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero true
attribute[].createifnonexistent true
attribute[].fastsearch false
@@ -271,6 +281,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "juletre"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch true
@@ -298,6 +309,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "album1"
attribute[].datatype STRING
attribute[].collectiontype WEIGHTEDSET
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero true
attribute[].createifnonexistent true
attribute[].fastsearch false
@@ -325,6 +337,7 @@ attribute[].index.hnsw.multithreadedindexing true
attribute[].name "other"
attribute[].datatype INT64
attribute[].collectiontype SINGLE
+attribute[].dictionary.ordering ORDERED
attribute[].removeifzero false
attribute[].createifnonexistent false
attribute[].fastsearch false