aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/array_of_struct_attribute
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-06-19 14:24:04 +0200
committerGeir Storli <geirst@oath.com>2018-06-19 14:24:04 +0200
commit66764d55be0aff4224b0171d4ab6450007e1e4cb (patch)
tree3e8f5c7eb0928266a26c2ed7e581678bc6eb6aa1 /config-model/src/test/derived/array_of_struct_attribute
parent0b8db6130a386423d5e372fd6beef7d031fca085 (diff)
Support attribute settings (etc. fast-search) for struct field 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.cfg2
-rw-r--r--config-model/src/test/derived/array_of_struct_attribute/test.sd1
2 files changed, 2 insertions, 1 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
index 9e6b5cea55e..d42ed223045 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
@@ -3,7 +3,7 @@ attribute[].datatype STRING
attribute[].collectiontype ARRAY
attribute[].removeifzero false
attribute[].createifnonexistent false
-attribute[].fastsearch false
+attribute[].fastsearch true
attribute[].huge false
attribute[].sortascending true
attribute[].sortfunction UCA
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
index 5b2d50cbdba..3678c2942b5 100644
--- a/config-model/src/test/derived/array_of_struct_attribute/test.sd
+++ b/config-model/src/test/derived/array_of_struct_attribute/test.sd
@@ -8,6 +8,7 @@ search test {
indexing: summary
struct-field name {
indexing: attribute
+ attribute: fast-search
}
struct-field weight {
indexing: attribute