You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/12 22:01:50 UTC

svn commit: r1325477 - /lucene/cms/trunk/content/solr/solrnews.mdtext

Author: rmuir
Date: Thu Apr 12 20:01:49 2012
New Revision: 1325477

URL: http://svn.apache.org/viewvc?rev=1325477&view=rev
Log:
solr news blurb

Modified:
    lucene/cms/trunk/content/solr/solrnews.mdtext

Modified: lucene/cms/trunk/content/solr/solrnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/solrnews.mdtext?rev=1325477&r1=1325476&r2=1325477&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/solrnews.mdtext (original)
+++ lucene/cms/trunk/content/solr/solrnews.mdtext Thu Apr 12 20:01:49 2012
@@ -1,5 +1,43 @@
 # Solr News
 
+##12 April 2012 - Apache Solr 3.6.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 3.6.0.
+
+Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a>
+
+Highlights of the Solr release include:
+
+- New SolrJ client connector using Apache Http Components http client
+   (SOLR-2020)
+
+- Many analyzer factories are now "multi term query aware" allowing for things 
+   like field type aware lowercasing when building prefix & wildcard queries.
+   (SOLR-2438)
+
+- New Kuromoji morphological analyzer tokenizes Japanese text, producing
+   both compound words and their segmentation. (SOLR-3056)
+
+- Range Faceting (Dates & Numbers) is now supported in distributed search 
+   (SOLR-1709)
+
+- HTMLStripCharFilter has been completely re-implemented, fixing many bugs 
+   and greatly improving the performance (LUCENE-3690)
+
+- StreamingUpdateSolrServer now supports the javabin format (SOLR-1565)
+
+- New LFU Cache option for use in Solr's internal caches. (SOLR-2906)
+
+- Memory performance improvements to all FST based suggesters (SOLR-2888)
+
+- New WFSTLookupFactory suggester supports finer-grained ranking for 
+   suggestions. (LUCENE-3714)
+
+- New options for configuring the amount of concurrency used in distributed 
+   searches (SOLR-3221)
+
+- Many bug fixes
+
 ##27 November 2011 - Solr 3.5.0 Available
 
 The Lucene PMC is pleased to announce the availability