File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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+
5857Background
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
130130The ``text`` index type is an experimental feature and you need to
131131enable the feature before creating or accessing a text index.
132-
132+
133133To 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
You can’t perform that action at this time.
0 commit comments