aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-01-22 14:33:38 +0100
committerTor Egge <Tor.Egge@online.no>2024-01-22 14:33:38 +0100
commit44f5b97651513689fc3f441fd2490a9249e8b6fc (patch)
tree15178999a1d2c844d119d845049e7fe9332e4059 /searchlib/src/vespa/searchlib/query/streaming/queryterm.h
parent9f7205cb272e140dfd06c381e1d478f35933b0a3 (diff)
Adjust search::streaming::Hit to better match
search::fef::TermFieldMatchDataPosition.
Diffstat (limited to 'searchlib/src/vespa/searchlib/query/streaming/queryterm.h')
-rw-r--r--searchlib/src/vespa/searchlib/query/streaming/queryterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/query/streaming/queryterm.h b/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
index b4dfa98ebe5..627fae0532d 100644
--- a/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
+++ b/searchlib/src/vespa/searchlib/query/streaming/queryterm.h
@@ -74,7 +74,7 @@ public:
/// Gives you all phrases of this tree. Indicating that they are all const.
void getPhrases(ConstQueryNodeRefList & tl) const override;
- void add(unsigned pos, unsigned context, uint32_t elemId, int32_t weight);
+ void add(uint32_t field_id, uint32_t element_id, int32_t element_weight, uint32_t position);
EncodingBitMap encoding() const { return _encoding; }
size_t termLen() const { return getTermLen(); }
const string & index() const { return _index; }