Skip to content

Commit eb58264

Browse files
DOCSP-15210 document fixDottedHashIndex option (#130)
* DOCSP-15210 document fixDottedHashIndex option * Update source/mongorestore.txt Co-authored-by: Nick Villahermosa <[email protected]> --------- Co-authored-by: Nick Villahermosa <[email protected]>
1 parent 3798d1c commit eb58264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/mongorestore.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,12 @@ Options
864864
specified in the corresponding :binary:`~bin.mongodump` output.
865865

866866

867+
.. option:: --fixDottedHashIndex
868+
869+
Creates all :manual:`hashed indexes
870+
</core/indexes/index-types/index-hashed/>` on dotted fields as
871+
single field ascending indexes on the destination database.
872+
867873
.. option:: --noOptionsRestore
868874

869875
Prevents ``mongorestore`` from setting the collection options,

0 commit comments

Comments
 (0)