From b51f7c5fd6f8d3bd7acb68d2c4e6394f172edcc4 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 11 Dec 2009 09:11:15 +0000 Subject: [PATCH] Adding back changes removed inadvertently in r889537 git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@889538 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 32afbfba682..e3255a97d24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -53,6 +53,9 @@ New Features * SOLR-1571: Added unicode collation support though Lucene's CollationKeyFilter (Robert Muir via shalin) +* SOLR-785: Distributed Search support for SpellCheckComponent + (Matthew Woytowitz, shalin) + * SOLR-1625: Add regexp support for TermsComponent (Uri Boness via noble) Optimizations @@ -141,6 +144,8 @@ Other Changes * SOLR-1608: Extract base class from TestDistributedSearch to make it easy to write test cases for other distributed components. (shalin) +* Upgraded to Lucene 2.9-dev r888785 (shalin) + Build ----------------------