diff --git a/reference/mongo/mongocollection/createindex.xml b/reference/mongo/mongocollection/createindex.xml index 35f343c778..b4b598b90a 100644 --- a/reference/mongo/mongocollection/createindex.xml +++ b/reference/mongo/mongocollection/createindex.xml @@ -64,6 +64,7 @@ &mongo.index.parameters.sparse; &mongo.index.parameters.expireafterseconds; &mongo.index.parameters.name; + &mongo.index.parameters.background; &mongo.writes.parameters.sockettimeoutms; diff --git a/reference/mongo/mongocollection/ensureindex.xml b/reference/mongo/mongocollection/ensureindex.xml index 0cd9ef56ba..de1951d9f6 100644 --- a/reference/mongo/mongocollection/ensureindex.xml +++ b/reference/mongo/mongocollection/ensureindex.xml @@ -69,6 +69,7 @@ &mongo.index.parameters.sparse; &mongo.index.parameters.expireafterseconds; &mongo.index.parameters.name; + &mongo.index.parameters.background; &mongo.writes.parameters.sockettimeoutms;