aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/querynode.h
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-02-06 14:38:33 +0100
committerTor Egge <Tor.Egge@online.no>2024-02-06 14:38:33 +0100
commit624bb3303a021ab3f3065c8d2be3d399054a82cf (patch)
tree90ee218ab735fa38ac1a5cc6c9bbe8afef0d68bb /searchlib/src/vespa/searchlib/query/streaming/querynode.h
parent9ae25d8c35f7a15fdb8f45eee4ca34afe8cd483a (diff)
Handle search::streaming::PhraseQueryNode as a leaf in the query tree.
Diffstat (limited to 'searchlib/src/vespa/searchlib/query/streaming/querynode.h')
-rw-r--r--searchlib/src/vespa/searchlib/query/streaming/querynode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchlib/src/vespa/searchlib/query/streaming/querynode.h b/searchlib/src/vespa/searchlib/query/streaming/querynode.h
index 01974c70843..4c7d9e88930 100644
--- a/searchlib/src/vespa/searchlib/query/streaming/querynode.h
+++ b/searchlib/src/vespa/searchlib/query/streaming/querynode.h
@@ -50,10 +50,6 @@ class QueryNode
virtual void getLeaves(QueryTermList & tl) = 0;
/// Gives you all leafs of this tree. Indicating that they are all const.
virtual void getLeaves(ConstQueryTermList & tl) const = 0;
- /// Gives you all phrases of this tree.
- virtual void getPhrases(QueryNodeRefList & tl) = 0;
- /// Gives you all phrases of this tree. Indicating that they are all const.
- virtual void getPhrases(ConstQueryNodeRefList & tl) const = 0;
virtual void setIndex(const vespalib::string & index) = 0;
virtual const vespalib::string & getIndex() const = 0;