Merge pull request #1883 from svanburen/patch-1

Update link to index options
This commit is contained in:
erdenezul 2018-09-07 10:46:39 +08:00 committed by GitHub
commit fd7c00da49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,7 +538,7 @@ There are a few top level defaults for all indexes that can be set::
:attr:`index_options` (Optional) :attr:`index_options` (Optional)
Set any default index options - see the `full options list <http://docs.mongodb.org/manual/reference/method/db.collection.ensureIndex/#db.collection.ensureIndex>`_ Set any default index options - see the `full options list <https://docs.mongodb.com/manual/reference/method/db.collection.createIndex/#ensureindex-options>`_
:attr:`index_background` (Optional) :attr:`index_background` (Optional)
Set the default value for if an index should be indexed in the background Set the default value for if an index should be indexed in the background