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
51
51
.. note::
52
52
53
53
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
+
58
57
Background
59
58
``````````
60
59
@@ -114,8 +113,9 @@ indexes have the following limitations and behaviors:
114
113
115
114
- a collection may only have a single ``text`` index at a time.
116
115
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.
119
119
120
120
.. May be worth including this:
121
121
@@ -129,12 +129,13 @@ Test ``text`` Indexes
129
129
130
130
The ``text`` index type is an experimental feature and you need to
131
131
enable the feature before creating or accessing a text index.
132
-
132
+
133
133
To enable text indexes, issue the following command in the
134
134
:program:`mongo` shell:
135
135
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.
138
139
139
140
.. code-block:: javascript
140
141
You can’t perform that action at this time.
0 commit comments