Skip to content

Commit 6da8a10

Browse files
author
Sam Kleinman
committed
merge: minor correction
2 parents 4700bf2 + 821e249 commit 6da8a10

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)