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 2012/01/26 00:02:04 UTC

[Solr Wiki] Update of "Solr3.5" by JanHoydahl

Dear Wiki user,

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

The "Solr3.5" page has been changed by JanHoydahl:
http://wiki.apache.org/solr/Solr3.5?action=diff&rev1=2&rev2=3

  = Solr 3.5 =
  
- Solr 3.5 has not yet been released.
+ This is a copy of the [[http://lucene.apache.org/solr/#27+November+2011+-+Solr+3.5.0+Released|release announcement]]:
  
- Please see [[FrontPage#solr_development|Solr Development]] for links to nightly builds that contain the latest functionality.
+ The Lucene PMC is pleased to announce the release of Apache Solr 3.5.0!
  
- Also see the [[https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SOLR+AND+fixVersion+%3D+%223.5%22+AND+status+%3D+Resolved+ORDER+BY+key+ASC%2C+priority+DESC|list of JIRA issues solved in 3.5]].
+ See the [[http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_5_0/solr/CHANGES.txt|CHANGES.txt]] file included with the release for a full list of details.
  
+ === Solr 3.5.0 Release Highlights ===
+ 
+  * Bug fixes and improvements from Apache Lucene 3.5.0, including a very substantial (3-5X) RAM reduction required to hold the terms index on opening an IndexReader. (LUCENE-2205)
+  * Added support for distributed result grouping. (SOLR-2066, SOLR-2776)
+  * Added support for Hunspell stemmer TokenFilter supporting stemming for 99 languages. (SOLR-2769)
+  * A new contrib module "langid" adds language identification capabilities as an Update Processor, using Tika's LanguageIdentifier or Cybozu language-detection library (SOLR-1979)
+  * Numeric types including Trie and date types now support sortMissingFirst/Last. (SOLR-2881)
+  * Added hl.q parameter. It is optional and if it is specified, it overrides q parameter in Highlighter. (SOLR-1926)
+  * Several minor bugfixes like date parsing for years from 0001-1000, ignored configurations when using QueryAnalyzer with SpellCheckComponent and many more. See CHANGES.txt entries for full details.
+