aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h b/searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h
index 3283bfb68eb..2157e6a49ec 100644
--- a/searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h
+++ b/searchcore/src/vespa/searchcore/proton/index/memoryindexwrapper.h
@@ -94,6 +94,10 @@ public:
_index.pruneRemovedFields(schema);
}
void flushToDisk(const vespalib::string &flushDir, uint32_t docIdLimit, SerialNum serialNum) override;
+
+ void insert_write_context_state(vespalib::slime::Cursor& object) const override {
+ _index.insert_write_context_state(object);
+ }
};
} // namespace proton