summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-30 21:39:13 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-30 21:39:13 +0200
commit9e915d74b000c6896393d60d02f25834eb3fac36 (patch)
tree40846b0ca273bd1feeae22ea4ebf36bdb67ba23a /config-model/src/test/examples
parentc1f6b0c54d8a8fd7b2b0cd880095e268fc97a5db (diff)
Correct syntax
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/rankingexpressionfunction/rankingexpressionfunction.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/examples/rankingexpressionfunction/rankingexpressionfunction.sd b/config-model/src/test/examples/rankingexpressionfunction/rankingexpressionfunction.sd
index ac948b47390..ec673cff773 100644
--- a/config-model/src/test/examples/rankingexpressionfunction/rankingexpressionfunction.sd
+++ b/config-model/src/test/examples/rankingexpressionfunction/rankingexpressionfunction.sd
@@ -31,7 +31,7 @@ search rankexpression {
}
first-phase {
- expression: 0.8+0.2*titlematch$(4,5)+0.8*titlematch$(7,8)*closeness(distance)
+ expression: 0.8+0.2*titlematch(4,5)+0.8*titlematch(7,8)*closeness(distance)
}
}