aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-11-30 12:33:06 +0100
committerTor Egge <Tor.Egge@online.no>2023-11-30 12:33:06 +0100
commitc720e5e0fd0602099432d9f950ccc83fcc4d831c (patch)
tree8ed0a2900dde009aed3267e26dd14b19c61f5a37 /searchlib/src/vespa/searchlib/query/streaming/queryterm.h
parent690f060bf5b5b5a22d747ecd5c8a66179dd4bd58 (diff)
Standard plural of leaf is leaves.
Diffstat (limited to 'searchlib/src/vespa/searchlib/query/streaming/queryterm.h')
-rw-r--r--searchlib/src/vespa/searchlib/query/streaming/queryterm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/query/streaming/queryterm.h b/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
index 9b9a429d5f5..96d83982cbb 100644
--- a/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
+++ b/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
@@ -62,8 +62,8 @@ public:
bool evaluate() const override;
const HitList & evaluateHits(HitList & hl) const override;
void reset() override;
- void getLeafs(QueryTermList & tl) override;
- void getLeafs(ConstQueryTermList & tl) const override;
+ void getLeaves(QueryTermList & tl) override;
+ void getLeaves(ConstQueryTermList & tl) const override;
/// Gives you all phrases of this tree.
void getPhrases(QueryNodeRefList & tl) override;
/// Gives you all phrases of this tree. Indicating that they are all const.