summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-05-27 11:31:48 +0200
committerGitHub <noreply@github.com>2018-05-27 11:31:48 +0200
commitd418eaf692ad0950fd41ac91248738893c7b02a4 (patch)
treeb136939a0ec773ea9a533b339f2868a8c830e90c /config-model/src/test/derived/array_of_struct_attribute
parentc1b5e51d5a122dcfcb7a4481e91f58224490833d (diff)
Revert "Support that array of struct field is derived into array attributes."
Diffstat (limited to 'config-model/src/test/derived/array_of_struct_attribute')
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/attributes.cfg40
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/summary.cfg11
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/summarymap.cfg7
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/test.sd17
4 files changed, 0 insertions, 75 deletions
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
deleted file mode 100644
index 9e6b5cea55e..00000000000
--- a/config-model/src/test/derived/array_of_struct_attribute/attributes.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
-attribute[].name "elem_array.name"
-attribute[].datatype STRING
-attribute[].collectiontype ARRAY
-attribute[].removeifzero false
-attribute[].createifnonexistent false
-attribute[].fastsearch false
-attribute[].huge false
-attribute[].sortascending true
-attribute[].sortfunction UCA
-attribute[].sortstrength PRIMARY
-attribute[].sortlocale ""
-attribute[].enablebitvectors false
-attribute[].enableonlybitvector false
-attribute[].fastaccess false
-attribute[].arity 8
-attribute[].lowerbound -9223372036854775808
-attribute[].upperbound 9223372036854775807
-attribute[].densepostinglistthreshold 0.4
-attribute[].tensortype ""
-attribute[].imported false
-attribute[].name "elem_array.weight"
-attribute[].datatype INT32
-attribute[].collectiontype ARRAY
-attribute[].removeifzero false
-attribute[].createifnonexistent false
-attribute[].fastsearch false
-attribute[].huge false
-attribute[].sortascending true
-attribute[].sortfunction UCA
-attribute[].sortstrength PRIMARY
-attribute[].sortlocale ""
-attribute[].enablebitvectors false
-attribute[].enableonlybitvector false
-attribute[].fastaccess false
-attribute[].arity 8
-attribute[].lowerbound -9223372036854775808
-attribute[].upperbound 9223372036854775807
-attribute[].densepostinglistthreshold 0.4
-attribute[].tensortype ""
-attribute[].imported false
diff --git a/config-model/src/test/derived/array_of_struct_attribute/summary.cfg b/config-model/src/test/derived/array_of_struct_attribute/summary.cfg
deleted file mode 100644
index c1679c57d1a..00000000000
--- a/config-model/src/test/derived/array_of_struct_attribute/summary.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-defaultsummaryid 252850086
-classes[].id 252850086
-classes[].name "default"
-classes[].fields[].name "elem_array"
-classes[].fields[].type "jsonstring"
-classes[].fields[].name "rankfeatures"
-classes[].fields[].type "featuredata"
-classes[].fields[].name "summaryfeatures"
-classes[].fields[].type "featuredata"
-classes[].fields[].name "documentid"
-classes[].fields[].type "longstring"
diff --git a/config-model/src/test/derived/array_of_struct_attribute/summarymap.cfg b/config-model/src/test/derived/array_of_struct_attribute/summarymap.cfg
deleted file mode 100644
index 8956a146b74..00000000000
--- a/config-model/src/test/derived/array_of_struct_attribute/summarymap.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-defaultoutputclass -1
-override[].field "rankfeatures"
-override[].command "rankfeatures"
-override[].arguments ""
-override[].field "summaryfeatures"
-override[].command "summaryfeatures"
-override[].arguments ""
diff --git a/config-model/src/test/derived/array_of_struct_attribute/test.sd b/config-model/src/test/derived/array_of_struct_attribute/test.sd
deleted file mode 100644
index 5b2d50cbdba..00000000000
--- a/config-model/src/test/derived/array_of_struct_attribute/test.sd
+++ /dev/null
@@ -1,17 +0,0 @@
-search test {
- document test {
- struct elem {
- field name type string {}
- field weight type int {}
- }
- field elem_array type array<elem> {
- indexing: summary
- struct-field name {
- indexing: attribute
- }
- struct-field weight {
- indexing: attribute
- }
- }
- }
-}