Skip to content

Commit 9f75f99

Browse files
author
Sam Kleinman
committed
minor: wording change DOCS-1254
1 parent 2c6836f commit 9f75f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/core/indexes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ construction:
563563
.. versionchanged:: 2.4
564564
Before 2.4, a :program:`mongod` instance could only build one
565565
background index per database at a time.
566-
566+
567567
.. versionchanged:: 2.2
568568
Before 2.2, a single :program:`mongod` instance could only build
569569
one index at a time.
@@ -796,8 +796,8 @@ the supported languages.
796796
``text`` indexes have the following storage requirements and
797797
performance costs:
798798

799-
- Text indexes change the space allocation method for the documents in
800-
the collection to :collflag:`usePowerOf2Sizes`.
799+
- Text indexes change the space allocation method for all future
800+
record allocations in a collection to :collflag:`usePowerOf2Sizes`.
801801

802802
- Text indexes can be large. They contain one index entry for each
803803
unique post-stemmed word in each indexed field for each document

0 commit comments

Comments
 (0)