You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/03/29 20:23:21 UTC

svn commit: r1086665 - /lucene/dev/misc/announcements/solr-3.1.txt

Author: mikemccand
Date: Tue Mar 29 18:23:21 2011
New Revision: 1086665

URL: http://svn.apache.org/viewvc?rev=1086665&view=rev
Log:
minor formatting

Modified:
    lucene/dev/misc/announcements/solr-3.1.txt

Modified: lucene/dev/misc/announcements/solr-3.1.txt
URL: http://svn.apache.org/viewvc/lucene/dev/misc/announcements/solr-3.1.txt?rev=1086665&r1=1086664&r2=1086665&view=diff
==============================================================================
--- lucene/dev/misc/announcements/solr-3.1.txt (original)
+++ lucene/dev/misc/announcements/solr-3.1.txt Tue Mar 29 18:23:21 2011
@@ -1,37 +1,38 @@
 The Lucene PMC is pleased to announce the release of Apache Solr 3.1.
 
 This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below.  The release
-is available for immediate download at http://www.apache.org/dyn/closer.cgi/lucene/solr.
-See the CHANGES.txt
-file included with the release for a full list of details as well as instructions
-on upgrading.
+improvements, some of which are highlighted below.  The release is
+available for immediate download at http://www.apache.org/dyn/closer.cgi/lucene/solr.
+See the CHANGES.txt file included with the release for a full list of
+details as well as instructions on upgrading.
 
 What's in a Version? 
 
-The version number for Solr 3.1 was chosen to reflect
-the merge of development with Lucene, which is currently also on 3.1.  
-Going forward, we expect the Solr version to be the same as the Lucene
+The version number for Solr 3.1 was chosen to reflect the merge of
+development with Lucene, which is currently also on 3.1.  Going
+forward, we expect the Solr version to be the same as the Lucene
 version.  Solr 3.1 is the next release after Solr 1.4.1.
 
 Solr 3.1 Release Highlights
 
-* Support for numeric range facets (similar to date faceting)
+* Support for numeric range facets (similar to date faceting).
 
-* Added spatial filtering, boosting and sorting capabilities
+* Added spatial filtering, boosting and sorting capabilities.
 
-* Added extend dismax (edismax) query parser which addresses some missing
-features in the dismax query parser along with some extensions
+* Added extend dismax (edismax) query parser which addresses some
+  missing features in the dismax query parser along with some
+  extensions.
 
-* Several more components now support distributed mode: TermsComponent, SpellCheckComponent
+* Several more components now support distributed mode:
+  TermsComponent, SpellCheckComponent.
 
-* Added an Auto Suggest component
+* Added an Auto Suggest component.
 
-* Ability to sort by functions
+* Ability to sort by functions.
 
-* Support for adding documents using JSON format
+* Support for adding documents using JSON format.
 
-* Leverages Lucene 3.1 and it's inherent optimizations and bug fixes as well
-as new analysis capabilities
+* Leverages Lucene 3.1 and it's inherent optimizations and bug fixes
+  as well as new analysis capabilities.
 
 * Numerous bug fixes and optimizations.