summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-10-14 23:31:20 +0200
committerGitHub <noreply@github.com>2023-10-14 23:31:20 +0200
commit94efa01f5c650f95859a9f4a2e2c2ccae24a859a (patch)
tree1a5b1f1cf4ed5fe1fb71be62f9053013d434d9c5
parent518ba1da683d6412501237fc918cb89b29c20799 (diff)
Update searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp
-rw-r--r--searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp b/searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp
index f9a075456a8..7c7b9117a30 100644
--- a/searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp
+++ b/searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hpp
@@ -191,7 +191,7 @@ createPostingIterator(fef::TermFieldMatchData *matchData, bool strict)
}
}
// returning nullptr will trigger fallback to filter iterator
- return {};
+ return SearchIterator::UP();
}