diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2017-08-09 22:40:50 -0400 |
---|---|---|
committer | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2017-08-09 22:40:56 -0400 |
commit | 2173ffb9fd23c6894c6820fbf8c08aa876392b55 (patch) | |
tree | 0494ff411eca4010bd0159ecdb2d92b2e2d5e4cc /src/mongo/db/exec/text.h | |
parent | bca3f70566991afa2dfb38dc06494b0f6f04fffa (diff) | |
download | mongo-2173ffb9fd23c6894c6820fbf8c08aa876392b55.tar.gz |
SERVER-30353 Create an index observer to notify us of changes made to index and document keys
Diffstat (limited to 'src/mongo/db/exec/text.h')
-rw-r--r-- | src/mongo/db/exec/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/exec/text.h b/src/mongo/db/exec/text.h index d31f42c6e5a..b488181ca0a 100644 --- a/src/mongo/db/exec/text.h +++ b/src/mongo/db/exec/text.h @@ -46,6 +46,7 @@ using std::vector; using fts::FTSQueryImpl; using fts::FTSSpec; +class MatchExpression; class OperationContext; struct TextStageParams { |