From f65eeac47337d62639a4e18b4f98aa0989267696 Mon Sep 17 00:00:00 2001 From: HÃ¥vard Pettersen Date: Mon, 25 Mar 2024 12:01:44 +0000 Subject: init bool value --- searchlib/src/vespa/searchlib/queryeval/blueprint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searchlib') diff --git a/searchlib/src/vespa/searchlib/queryeval/blueprint.h b/searchlib/src/vespa/searchlib/queryeval/blueprint.h index 0fc5c690a25..e403d7bf456 100644 --- a/searchlib/src/vespa/searchlib/queryeval/blueprint.h +++ b/searchlib/src/vespa/searchlib/queryeval/blueprint.h @@ -63,7 +63,8 @@ public: public: constexpr Options() noexcept : _sort_by_cost(false), - _allow_force_strict(false) {} + _allow_force_strict(false), + _keep_order(false) {} constexpr bool sort_by_cost() const noexcept { return _sort_by_cost; } constexpr Options &sort_by_cost(bool value) noexcept { _sort_by_cost = value; -- cgit v1.2.3