You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/31 20:27:12 UTC

[Solr Wiki] Update of "Solr3.1" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solr3.1" page has been changed by YonikSeeley.
The comment on this change is: 3.1 is released.
http://wiki.apache.org/solr/Solr3.1?action=diff&rev1=3&rev2=4

--------------------------------------------------

  = Solr 3.1 =
  
- Solr 3.1 has not been released.
+ Solr 3.1 was released March 2011
  
- Please see [[FrontPage#solr_development|Solr Development]] for links to nightly builds that contain the latest 3.1 functionality.
+ This is the first release after Solr 1.4.1.
+ Lucene and Solr's version numbers were synced following the Lucene/Solr merge (hence the 3.1 directly after the 1.4 line).
+ Solr 3.1 contains Lucene 3.1.
  
- Solr 3.1 refers to the next hypothetical release off of the [[http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/|"3x" branch]] that was created after it was decided that the development of Solr and Lucene-Java should be more tightly integrated, (the version number and branch name come from following the Lucene-Java release version convention)
+ == Resources ==
+  * [[http://www.apache.org/dyn/closer.cgi/lucene/solr/3.1.0|Download Solr 3.1]]
+  * [[http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_3_1/solr/CHANGES.txt?revision=1086927&view=markup|Release notes]]
+  * [[http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_3_1/|Source code]]
  
- If you found a link to this page in some documentation it was there to alert you to the fact that it described a feature that is expected to be included in the Solr 3.1 if/when it happens. Jira can show you [[https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SOLR+AND+fixVersion+%3D+%223.1%22+ORDER+BY+priority+DESC&mode=hide|issues that people have (or hope to) incorporated into the 3.1 release]].
+ == Release Announcement ==
+ March 2011, Apache Solr 3.1 available
  
+ 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.
+ 
+ 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
+ version.  Solr 3.1 contains Lucene 3.1 and is the release after Solr 1.4.1.
+ 
+ Solr 3.1 Release Highlights
+ 
+ * Numeric range facets (similar to date faceting).
+ 
+ * New spatial search, including spatial filtering, boosting and sorting capabilities.
+ 
+ * Example Velocity driven search UI at http://localhost:8983/solr/browse
+ 
+ * A new termvector-based highlighter
+ 
+ * 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.
+ 
+ * A new Auto Suggest component.
+ 
+ * Ability to sort by functions.
+ 
+ * JSON document indexing
+ 
+ * CSV response format
+ 
+ * Apache UIMA integration for metadata extraction
+ 
+ * Leverages Lucene 3.1 and it's inherent optimizations and bug fixes as well as new analysis capabilities.
+ 
+ * Numerous improvements, bug fixes, and optimizations.
+