summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/haystack_access_method.h')
-rw-r--r--src/mongo/db/index/haystack_access_method.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/index/haystack_access_method.h b/src/mongo/db/index/haystack_access_method.h
index a6ff68bdd9f..ec21744d5d7 100644
--- a/src/mongo/db/index/haystack_access_method.h
+++ b/src/mongo/db/index/haystack_access_method.h
@@ -75,7 +75,10 @@ private:
* This function ignores the 'multikeyPaths' pointer because geoHaystack indexes don't support
* tracking path-level multikey information.
*/
- void doGetKeys(const BSONObj& obj, BSONObjSet* keys, MultikeyPaths* multikeyPaths) const final;
+ void doGetKeys(const BSONObj& obj,
+ GetKeysContext context,
+ BSONObjSet* keys,
+ MultikeyPaths* multikeyPaths) const final;
std::string _geoField;
std::vector<std::string> _otherFields;