From ea10ba11ad38e36ee2a8955f7966493fa720f35a Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Wed, 21 Jul 2021 14:19:57 -0400 Subject: [PATCH] DOCS-14323-weights-for-non-text-indexes --- source/core/index-text.txt | 2 ++ source/release-notes/5.0-compatibility.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/source/core/index-text.txt b/source/core/index-text.txt index 11068016076..755c2fdab6f 100644 --- a/source/core/index-text.txt +++ b/source/core/index-text.txt @@ -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 ~~~~~~~~~~~~~~~ diff --git a/source/release-notes/5.0-compatibility.txt b/source/release-notes/5.0-compatibility.txt index 9474e88b2dd..81b5dfbe473 100644 --- a/source/release-notes/5.0-compatibility.txt +++ b/source/release-notes/5.0-compatibility.txt @@ -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 ` option is only allowed + for ``$text`` indexes. + - .. include:: /includes/fact-set-global-write-concern-before-reconfig.rst Deprecations