aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/function_arguments_with_expressions
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2022-04-25 11:51:57 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2022-04-25 11:51:57 +0000
commitdef77fbc13aa10b59794f92ebc6d3c4cc458c845 (patch)
tree3420e4c28d619368064c90bb97086265e896b195 /config-model/src/test/derived/function_arguments_with_expressions
parent4a6482f9c4206483eb714d9f5085738b116efd77 (diff)
fixup after review (arnej)
Diffstat (limited to 'config-model/src/test/derived/function_arguments_with_expressions')
-rw-r--r--config-model/src/test/derived/function_arguments_with_expressions/attributes.cfg4
-rw-r--r--config-model/src/test/derived/function_arguments_with_expressions/test.sd2
2 files changed, 2 insertions, 4 deletions
diff --git a/config-model/src/test/derived/function_arguments_with_expressions/attributes.cfg b/config-model/src/test/derived/function_arguments_with_expressions/attributes.cfg
index 8aef095a87d..8bcad42c882 100644
--- a/config-model/src/test/derived/function_arguments_with_expressions/attributes.cfg
+++ b/config-model/src/test/derived/function_arguments_with_expressions/attributes.cfg
@@ -6,7 +6,7 @@ attribute[].dictionary.match UNCASED
attribute[].match UNCASED
attribute[].removeifzero false
attribute[].createifnonexistent false
-attribute[].fastsearch true
+attribute[].fastsearch false
attribute[].huge false
attribute[].paged false
attribute[].ismutable false
@@ -38,7 +38,7 @@ attribute[].dictionary.match UNCASED
attribute[].match UNCASED
attribute[].removeifzero false
attribute[].createifnonexistent false
-attribute[].fastsearch true
+attribute[].fastsearch false
attribute[].huge false
attribute[].paged false
attribute[].ismutable false
diff --git a/config-model/src/test/derived/function_arguments_with_expressions/test.sd b/config-model/src/test/derived/function_arguments_with_expressions/test.sd
index 7ded551a0d1..a4d3d5bfdae 100644
--- a/config-model/src/test/derived/function_arguments_with_expressions/test.sd
+++ b/config-model/src/test/derived/function_arguments_with_expressions/test.sd
@@ -4,11 +4,9 @@ search test {
document test {
field i1 type int {
indexing: attribute | summary
- attribute: fast-search
}
field t1 type tensor<float>(x{}) {
indexing: attribute | summary
- attribute: fast-rank
}
field t2 type tensor<float>(x{}) {
indexing: attribute | summary