summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-11-08 17:27:21 +0100
committerGitHub <noreply@github.com>2022-11-08 17:27:21 +0100
commitfe2c27dba94ab5801cbef6fd497b1cfaf15a5120 (patch)
tree3202277fc4c15da9cd2102d0ab34ffdf61a60c68 /searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp
parentc2193f43a0e289bfda4cab875c2058d9d0e21afd (diff)
parentb3bb0e09fecff8cd3ae0cd97de02ed3ae81475cb (diff)
Merge pull request #24796 from vespa-engine/geirst/attribute-blueprint-query-trace-details
Provide more attribute blueprint details in the query explain trace
Diffstat (limited to 'searchlib/src/tests/queryeval/blueprint/blueprint_test.cpp')
-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"