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
This commit is contained in:
Shalin Shekhar Mangar 2009-12-11 09:11:15 +00:00
parent 93e3d755d4
commit b51f7c5fd6
1 changed files with 5 additions and 0 deletions

View File

@ -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
----------------------