Skip to content

Commit 38da2b1

Browse files
author
Ed Costello
committed
Merge pull request #549 from epc/DOCS-978-mongodb-232
Note/warnings about production use edited per comments from @erh.
2 parents af98f61 + 9e7b3ac commit 38da2b1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

source/release-notes/2.4.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ Text Indexes
5151
.. note::
5252

5353
The ``text`` index type is currently an experimental feature.
54-
Interfaces and on-disk format may change in future releases. To use
55-
``text`` index, you need to enable it at run time. Do **not** enable
56-
or use ``text`` indexes on production systems.
57-
54+
To use a ``text`` index, you need to enable it at run time or
55+
startup.
56+
5857
Background
5958
``````````
6059

@@ -114,8 +113,9 @@ indexes have the following limitations and behaviors:
114113

115114
- a collection may only have a single ``text`` index at a time.
116115

117-
.. important:: Do **not** enable or use ``text`` indexes on production
118-
systems.
116+
.. warning::
117+
118+
Do **not** enable or use ``text`` indexes on production systems.
119119

120120
.. May be worth including this:
121121

@@ -129,12 +129,13 @@ Test ``text`` Indexes
129129

130130
The ``text`` index type is an experimental feature and you need to
131131
enable the feature before creating or accessing a text index.
132-
132+
133133
To enable text indexes, issue the following command in the
134134
:program:`mongo` shell:
135135

136-
.. important:: Do **not** enable or use ``text`` indexes on production
137-
systems.
136+
.. warning::
137+
138+
Do **not** enable or use ``text`` indexes on production systems.
138139

139140
.. code-block:: javascript
140141

0 commit comments

Comments
 (0)