Merge pull request #1930 from bagerard/improve_doc_indexes

Improve documentation for additional index options
This commit is contained in:
erdenezul 2018-10-23 10:16:27 +08:00 committed by GitHub
commit e0e2ca7ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,9 @@ the field name with a **#**::
]
}
If a dictionary is passed then the following options are available:
If a dictionary is passed then additional options become available. Valid options include,
but are not limited to:
:attr:`fields` (Default: None)
The fields to index. Specified in the same format as described above.
@ -516,8 +518,12 @@ If a dictionary is passed then the following options are available:
:attr:`name` (Optional)
Allows you to specify a name for the index
:attr:`collation` (Optional)
Allows to create case insensitive indexes (MongoDB v3.4+ only)
.. note::
Additional options are forwarded as **kwargs to pymongo's create_index method.
Inheritance adds extra fields indices see: :ref:`document-inheritance`.
Global index default options