Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/core/index-creation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The build process is summarized as follows:
the index build.

#. The secondaries start the index build after they replicate the
"startIndexBuild oplog entry.
"startIndexBuild" oplog entry.

#. Each member "votes" to commit the build once it finishes indexing
data in the collection.
Expand Down Expand Up @@ -239,7 +239,7 @@ down cleanly during the index build and the
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
default ``votingMembers``, then the index build progress is saved to
disk. The :binary:`~bin.mongod` automatically recovers the index build
when it is restarted and continues from the saved checkpoint. In earler
when it is restarted and continues from the saved checkpoint. In earlier
versions, if the index build was interrupted it had to be restarted
from the beginning.

Expand All @@ -251,7 +251,7 @@ down cleanly during the index build and the
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
default ``votingMembers``, then the index build progress is saved to
disk. The :binary:`~bin.mongod` automatically recovers the index build
when it is restarted and continues from the saved checkpoint. In earler
when it is restarted and continues from the saved checkpoint. In earlier
versions, if the index build was interrupted it had to be restarted
from the beginning.

Expand Down