aboutsummaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-24 12:08:10 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-24 12:08:10 +0000
commit1c6dd57f2bb6ecb322186870c516a469765cffaa (patch)
tree2f960afeba09d409c2c95e08d2d05269abc0cab4 /searchcommon
parent6a7351dc77ad191540b61555360d20caea94c156 (diff)
Make getCommittedDocIdLimit() method virtual.
Remove getCommittedDocidLimitSlow() method.
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/iattributevector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h b/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
index 79795d94170..c7993503107 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
@@ -371,7 +371,7 @@ public:
*
* @return committed docid limit for the attribute.
*/
- virtual uint32_t getCommittedDocIdLimitSlow() const = 0;
+ virtual uint32_t getCommittedDocIdLimit() const = 0;
/*
* Returns whether the current attribute vector is an imported attribute