Skip to content

DOCS-14323-weights-for-non-text-indexes #5632

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
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions source/core/index-text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ more information, see :ref:`text-index-compound`.
In order to drop a ``text`` index, use the index name. See
:ref:`drop-text-index` for more information.

.. _specify-weights:

Specify Weights
~~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions source/release-notes/5.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ General Changes
currently logged in as an existing user will write a warning to the
log once per authentication attempt.

- Starting in MongoDB 5.0, the
:ref:`weights <specify-weights>` option is only allowed
for ``$text`` indexes.

- .. include:: /includes/fact-set-global-write-concern-before-reconfig.rst

Deprecations
Expand Down