Skip to content

Commit 4298968

Browse files
committed
DOCS-953 release notes edits to text search info
1 parent 279f758 commit 4298968

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/release-notes/2.4.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,17 @@ support boolean text search queries:
8282
However, ``text`` indexes have large storage requirements and incur
8383
**significant** performance costs:
8484

85-
- Text indexes can be large. They contain one index entry for each
86-
unique word indexed for each document inserted.
85+
- Text indexes can be large. They contain one index entry for each
86+
unique post-stemmed word in each indexed field for each document
87+
inserted.
8788

8889
- Building a ``text`` index is very similar to building a large
8990
multi-key index, and therefore may take longer than building a
9091
simple ordered (scalar) index.
9192

9293
- ``text`` indexes will impede insertion throughput, because MongoDB
93-
must add an index entry for each unique word in each indexed field of
94-
each new source document.
94+
must add an index entry for each unique post-stemmed word in each
95+
indexed field of each new source document.
9596

9697
- some :dbcommand:`text` searches may affect performance on your
9798
:program:`mongod`, particularly for negation queries and phrase

0 commit comments

Comments
 (0)