From 821e2492b1d90ec32359f2a080a396526b55d83e Mon Sep 17 00:00:00 2001 From: Juan Carlos Farah Date: Sat, 9 Feb 2013 12:45:43 -0500 Subject: [PATCH] Removed extra 'at'. Made minor syntax change. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed 'at'. Removed comma after 'index'. Changed 'including' to 'and includes'.  --- source/release-notes/2.4.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index 2a3ae7d04f7..810d0c49bad 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -73,9 +73,9 @@ support boolean text search queries: - Indexes and queries drop stop words (i.e. "the," "an," "a," "and," etc.) - - MongoDB stores words stemmed during insertion in the index, using - simple suffix stemming, including support for a number of - languages. MongoDB automatically stems :dbcommand:`text` queries at + - MongoDB stores words stemmed during insertion in the index using + simple suffix stemming, and includes support for a number of + languages. MongoDB automatically stems :dbcommand:`text` queries before beginning the query. However, ``text`` indexes have large storage requirements and incur