aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-11-08 15:15:51 +0000
committerGeir Storli <geirst@yahooinc.com>2022-11-08 15:15:51 +0000
commitb3bb0e09fecff8cd3ae0cd97de02ed3ae81475cb (patch)
treef1e97e7a9cb7bc5dd3591b53a4e0f93c7f07ff56 /searchlib/src/tests/queryeval/blueprint
parent3a4cad98697dc69a04e6de6154b6621b2d6abb54 (diff)
Fix the query trace type of allow_termwise_eval.
Diffstat (limited to 'searchlib/src/tests/queryeval/blueprint')
-rw-r--r--searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp b/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
index 4b9c23ea5d3..6f4ffc31741 100644
--- a/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
+++ b/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
@@ -679,7 +679,7 @@ getExpectedBlueprint()
" estHits: 9\n"
" cost_tier: 1\n"
" tree_size: 2\n"
- " allow_termwise_eval: 0\n"
+ " allow_termwise_eval: false\n"
" }\n"
" sourceId: 4294967295\n"
" docid_limit: 0\n"
@@ -698,7 +698,7 @@ getExpectedBlueprint()
" estHits: 9\n"
" cost_tier: 1\n"
" tree_size: 1\n"
- " allow_termwise_eval: 1\n"
+ " allow_termwise_eval: true\n"
" }\n"
" sourceId: 4294967295\n"
" docid_limit: 0\n"
@@ -727,7 +727,7 @@ getExpectedSlimeBlueprint() {
" estHits: 9,"
" cost_tier: 1,"
" tree_size: 2,"
- " allow_termwise_eval: 0"
+ " allow_termwise_eval: false"
" },"
" sourceId: 4294967295,"
" docid_limit: 0,"
@@ -751,7 +751,7 @@ getExpectedSlimeBlueprint() {
" estHits: 9,"
" cost_tier: 1,"
" tree_size: 1,"
- " allow_termwise_eval: 1"
+ " allow_termwise_eval: true"
" },"
" sourceId: 4294967295,"
" docid_limit: 0"