From e80c56d2278129767ce28761a177581429e62859 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Wed, 25 Apr 2012 15:03:08 +0000 Subject: [PATCH] Corrected typo for SOLR-2438 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330327 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1d153fad9fb..2877d989947 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -207,7 +207,7 @@ New Features * SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a "multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't - specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) + specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) * SOLR-2481: Add support for commitWithin in DataImportHandler (Sami Siren via yonik) @@ -585,7 +585,7 @@ New Features * SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a "multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't - specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) + specify (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) * SOLR-2919: Added support for localized range queries when the analysis chain uses CollationKeyFilter or ICUCollationKeyFilter. (Michael Sokolov, rmuir)