aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/hitcollector.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/hitcollector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/hitcollector.h b/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
index 76c94840c7b..803e539d93b 100644
--- a/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
+++ b/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
@@ -77,6 +77,9 @@ private:
void sortByDocId();
bool addHitToHeap(const Hit & hit) const;
bool addHit(Hit && hit);
+ void make_heap(bool useSortBlob);
+ void pop_heap(bool useSortBlob);
+ void push_heap(bool useSortBlob);
public:
using UP = std::unique_ptr<HitCollector>;