summaryrefslogtreecommitdiffstats
path: root/searchcommon/src/tests/schema/load-save-cfg/attributes.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon/src/tests/schema/load-save-cfg/attributes.cfg')
-rw-r--r--searchcommon/src/tests/schema/load-save-cfg/attributes.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/searchcommon/src/tests/schema/load-save-cfg/attributes.cfg b/searchcommon/src/tests/schema/load-save-cfg/attributes.cfg
new file mode 100644
index 00000000000..09f711b6a65
--- /dev/null
+++ b/searchcommon/src/tests/schema/load-save-cfg/attributes.cfg
@@ -0,0 +1,22 @@
+attribute[9]
+attribute[0].name a
+attribute[0].datatype STRING
+attribute[0].collectiontype SINGLE
+attribute[1].name b
+attribute[1].datatype INT8
+attribute[1].collectiontype ARRAY
+attribute[2].name c
+attribute[2].datatype INT16
+attribute[2].collectiontype WEIGHTEDSET
+attribute[3].name d
+attribute[3].datatype INT32
+attribute[4].name e
+attribute[4].datatype INT64
+attribute[5].name f
+attribute[5].datatype FLOAT
+attribute[6].name g
+attribute[6].datatype DOUBLE
+attribute[7].name h
+attribute[7].datatype PREDICATE
+attribute[8].name i
+attribute[8].datatype TENSOR