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

svn commit: r812581 - in /websites/staging/lucene/trunk/content: ./ mainnews.html

Author: buildbot
Date: Thu Apr 12 20:12:19 2012
New Revision: 812581

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/mainnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 12 20:12:19 2012
@@ -1 +1 @@
-1325482
+1325485

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Thu Apr 12 20:12:19 2012
@@ -191,6 +191,128 @@
       <h1 class="title"></h1>
 
       <div><h1 id="news">News</h1>
+<h2 id="12-april-2012-lucene-core-360-and-solr-360-available">12 April 2012 - Lucene Core 3.6.0 and Solr 3.6.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.0 and Apache Solr 3.6.0</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a> and 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></p>
+<p>Highlights of the Lucene release include:</p>
+<ul>
+<li>
+<p>In addition to Java 5 and Java 6, this release has now
+    full Java 7 support (minimum JDK 7u1 required).</p>
+</li>
+<li>
+<p>TypeTokenFilter filters tokens based on their TypeAttribute.</p>
+</li>
+<li>
+<p>Fixed offset bugs in a number of CharFilters, Tokenizers and TokenFilters
+    that could lead to exceptions during highlighting.</p>
+</li>
+<li>
+<p>Added phonetic encoders: Metaphone, Soundex, Caverphone,
+    Beider-Morse, etc.</p>
+</li>
+<li>
+<p>CJKBigramFilter and CJKWidthFilter replace CJKTokenizer.</p>
+</li>
+<li>
+<p>Kuromoji morphological analyzer tokenizes Japanese text, producing
+    both compound words and their segmentation.</p>
+</li>
+<li>
+<p>Static index pruning (Carmel pruning) removes postings with low
+    within-document term frequency.</p>
+</li>
+<li>
+<p>QueryParser now interprets '*' as an open end for range
+    queries.</p>
+</li>
+<li>
+<p>FieldValueFilter excludes documents missing the specified field.</p>
+</li>
+<li>
+<p>CheckIndex and IndexUpgrader allow you to specify the
+    specific FSDirectory implementation to use with the new -dir-impl
+    command-line option.</p>
+</li>
+<li>
+<p>FSTs can now do reverse lookup (by output) in certain cases and
+    can be packed to reduce their size.  There is now a method to
+    retrieve top N shortest paths from a start node in an FST.</p>
+</li>
+<li>
+<p>New WFSTCompletionLookup suggester supports finer-grained
+    ranking for suggestions.</p>
+</li>
+<li>
+<p>FST based suggesters now use an offline (disk-based) sort, instead
+    of in-memory sort, when pre-sorting the suggestions.</p>
+</li>
+<li>
+<p>ToChildBlockJoinQuery joins in the opposite direction (parent down
+    to child documents).</p>
+</li>
+<li>
+<p>New query-time joining is more flexible (but less performant) than
+    index-time joins.</p>
+</li>
+<li>
+<p>Added HTMLStripCharFilter to strip HTML markup.</p>
+</li>
+<li>
+<p>Security fix: Better prevention of virtual machine SIGSEGVs when
+    using MMapDirectory: Code using cloned IndexInputs of already
+    closed indexes could possibly crash VM, allowing DoS attacks to
+    your application.</p>
+</li>
+<li>
+<p>Many bug fixes.</p>
+</li>
+</ul>
+<p>Highlights of the Solr release include:</p>
+<ul>
+<li>
+<p>New SolrJ client connector using Apache Http Components http client
+   (SOLR-2020)</p>
+</li>
+<li>
+<p>Many analyzer factories are now "multi term query aware" allowing for things
+   like field type aware lowercasing when building prefix &amp; wildcard queries.
+   (SOLR-2438)</p>
+</li>
+<li>
+<p>New Kuromoji morphological analyzer tokenizes Japanese text, producing
+   both compound words and their segmentation. (SOLR-3056)</p>
+</li>
+<li>
+<p>Range Faceting (Dates &amp; Numbers) is now supported in distributed search
+   (SOLR-1709)</p>
+</li>
+<li>
+<p>HTMLStripCharFilter has been completely re-implemented, fixing many bugs
+   and greatly improving the performance (LUCENE-3690)</p>
+</li>
+<li>
+<p>StreamingUpdateSolrServer now supports the javabin format (SOLR-1565)</p>
+</li>
+<li>
+<p>New LFU Cache option for use in Solr's internal caches. (SOLR-2906)</p>
+</li>
+<li>
+<p>Memory performance improvements to all FST based suggesters (SOLR-2888)</p>
+</li>
+<li>
+<p>New WFSTLookupFactory suggester supports finer-grained ranking for
+   suggestions. (LUCENE-3714)</p>
+</li>
+<li>
+<p>New options for configuring the amount of concurrency used in distributed
+   searches (SOLR-3221)</p>
+</li>
+<li>
+<p>Many bug fixes</p>
+</li>
+</ul>
 <h2 id="27-november-2011-lucene-core-350-and-solr-350-available">27 November 2011 - Lucene Core 3.5.0 and Solr 3.5.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 3.5.0 and Apache Solr 3.5.0.</p>
@@ -293,7 +415,7 @@ DeletionPolicy. See CHANGES.txt entries 
     See CHANGES.txt entries for full details.</p>
 </li>
 </ul>
-<h2 id="26-october-2011-java-7u1-fixes-index-corruption-and-crash-bugs-in-apache-lucene-core-and-apache-solrwzxhzdk4">26 October 2011 - Java 7u1 fixes index corruption and crash bugs in Apache Lucene Core and Apache Solr</title></h2>
+<h2 id="26-october-2011-java-7u1-fixes-index-corruption-and-crash-bugs-in-apache-lucene-core-and-apache-solrwzxhzdk8">26 October 2011 - Java 7u1 fixes index corruption and crash bugs in Apache Lucene Core and Apache Solr</title></h2>
 <p>Oracle released <a href="http://www.oracle.com/technetwork/java/javase/7u1-relnotes-507962.html">Java 7u1</a> on October 19.
   According to the release notes and tests done by the Lucene committers, all bugs reported on July 28 are fixed in this release,
   so code using Porter stemmer no longer crashes with <code  class="inline">SIGSEGV</code>. We were not able to experience any index corruption anymore,
@@ -306,7 +428,7 @@ DeletionPolicy. See CHANGES.txt entries 
   version shipped with Java 7 changed and tokenization behaves differently
   (e.g. lowercasing). For more information, read <code  class="inline">JRE_VERSION_MIGRATION.txt</code>
   in your distribution package!</p>
-<h2 id="14-september-2011-lucene-core-340-and-solr-340-availablewzxhzdk21">14 September 2011 - Lucene Core 3.4.0 and Solr 3.4.0 Available</title></h2>
+<h2 id="14-september-2011-lucene-core-340-and-solr-340-availablewzxhzdk25">14 September 2011 - Lucene Core 3.4.0 and Solr 3.4.0 Available</title></h2>
 <p>The Lucene PMC is pleased to announce the availability
  of Apache Lucene 3.4.0 and Apache Solr 3.4.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">http://www.apache.org/dyn/closer.cgi/lucene/java/</a> and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">http://www.apache.org/dyn/closer.cgi/lucene/solr/</a></p>