Skip to content

Commit 2cec025

Browse files
committed
Merge remote-tracking branch 'mongodb/master'
2 parents 344b9ac + 6da8a10 commit 2cec025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/release-notes/2.4.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ support boolean text search queries:
7373
- Indexes and queries drop stop words (i.e. "the," "an," "a," "and,"
7474
etc.)
7575

76-
- MongoDB stores words stemmed during insertion in the index, using
77-
simple suffix stemming, including support for a number of
78-
languages. MongoDB automatically stems :dbcommand:`text` queries at
79-
before beginning the query.
76+
- MongoDB stores words stemmed during insertion, using simple suffix
77+
stemming, and includes support for a number of languages. MongoDB
78+
automatically stems :dbcommand:`text` queries before beginning the
79+
query.
8080

8181
However, ``text`` indexes have large storage requirements and incur
8282
**significant** performance costs:

0 commit comments

Comments
 (0)