summaryrefslogtreecommitdiffstats
path: root/searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg')
-rw-r--r--searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg b/searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg
new file mode 100644
index 00000000000..9a08f7e2324
--- /dev/null
+++ b/searchcommon/src/tests/schema/imported-fields-cfg/attributes.cfg
@@ -0,0 +1,12 @@
+attribute[3]
+attribute[0].name imported_a
+attribute[0].imported true
+attribute[0].datatype INT32
+attribute[0].collectiontype SINGLE
+attribute[1].name imported_b
+attribute[1].imported true
+attribute[1].datatype STRING
+attribute[1].collectiontype ARRAY
+attribute[2].name regular
+attribute[2].datatype INT32
+attribute[2].collectiontype SINGLE