Skip to content

Note/warnings about production use edited per comments from @ERH. #549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2013
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
19 changes: 10 additions & 9 deletions source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ Text Indexes
.. note::

The ``text`` index type is currently an experimental feature.
Interfaces and on-disk format may change in future releases. To use
``text`` index, you need to enable it at run time. Do **not** enable
or use ``text`` indexes on production systems.

To use a ``text`` index, you need to enable it at run time or
startup.

Background
``````````

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

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

.. important:: Do **not** enable or use ``text`` indexes on production
systems.
.. warning::

Do **not** enable or use ``text`` indexes on production systems.

.. May be worth including this:

Expand All @@ -129,12 +129,13 @@ Test ``text`` Indexes

The ``text`` index type is an experimental feature and you need to
enable the feature before creating or accessing a text index.

To enable text indexes, issue the following command in the
:program:`mongo` shell:

.. important:: Do **not** enable or use ``text`` indexes on production
systems.
.. warning::

Do **not** enable or use ``text`` indexes on production systems.

.. code-block:: javascript

Expand Down