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 2015/08/24 17:37:39 UTC

svn commit: r962924 - in /websites/staging/lucene/trunk/content: ./ core/corenews.html

Author: buildbot
Date: Mon Aug 24 15:37:39 2015
New Revision: 962924

Log:
Staging update by buildbot for lucene

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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 24 15:37:39 2015
@@ -1 +1 @@
-1697436
+1697439

Modified: websites/staging/lucene/trunk/content/core/corenews.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/corenews.html (original)
+++ websites/staging/lucene/trunk/content/core/corenews.html Mon Aug 24 15:37:39 2015
@@ -229,7 +229,6 @@ library written entirely in Java. It is
 any application that requires full-text search, especially cross-platform.</p>
 <p>The release is available for immediate download at:
  <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.3.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.3.0</a></p>
-<p>Lucene 5.3.0 release highlights:</p>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.0</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
 library written entirely in Java. It is a technology suitable for nearly
@@ -240,23 +239,32 @@ is available for immediate download at:
   http://lucene.apache.org/core/mirrors-core-latest-redir.html</p>
 <p>Please read CHANGES.txt for a full list of new features and changes:
   https://lucene.apache.org/core/5_3_0/changes/Changes.html</p>
-<p>Lucene 5.3.0 Release Highlights:</p>
-<p>API Changes
- * PhraseQuery and BooleanQuery are now immutable</p>
-<p>New features
- * Added a new org.apache.lucene.search.join.CheckJoinIndex class that can be used to validate that an index has an appropriate structure to run join queries
- * Added a new BlendedTermQuery to blend statistics across several terms
- * New common suggest API that mirrors Lucene's Query/IndexSearcher APIs for Document based suggester.
- * IndexWriter can now be initialized from an already open near-real-time or non-NRT reader
- * Add experimental range tree doc values format and queries, based on a 1D version of the spatial BKD tree, for a faster and smaller alternative to postings-based numeric and binary term filtering.  Range trees can also handle values larger than 64 bits.</p>
-<p>Geo-related features and improvements
- * Added GeoPointField, GeoPointInBBoxQuery, GeoPointInPolygonQuery for simple "indexed lat/lon point in bbox/shape" searching
- * Added experimental BKD geospatial tree doc values format and queries, for fast "bbox/polygon contains lat/lon points"
- * Use doc values to post-filter GeoPointField hits that fall in boundary cells, resulting in smaller index, faster searches and less heap used for each query</p>
-<p>Optimizations
- * Reduce RAM usage of FieldInfos, and speed up lookup by number, by using an array instead of TreeMap except in very sparse cases
- * Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries
- * Various bugfixes and optimizations since the 5.2.0 release.</p>
+<h3 id="lucene-530-release-highlights">Lucene 5.3.0 Release Highlights:<a class="headerlink" href="#lucene-530-release-highlights" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<h4 id="api-changes">API Changes<a class="headerlink" href="#api-changes" title="Permanent link">&para;</a></h4>
+<ul>
+<li>PhraseQuery and BooleanQuery are now immutable</li>
+</ul>
+<h4 id="new-features">New features<a class="headerlink" href="#new-features" title="Permanent link">&para;</a></h4>
+<ul>
+<li>Added a new org.apache.lucene.search.join.CheckJoinIndex class that can be used to validate that an index has an appropriate structure to run join queries</li>
+<li>Added a new BlendedTermQuery to blend statistics across several terms</li>
+<li>New common suggest API that mirrors Lucene's Query/IndexSearcher APIs for Document based suggester.</li>
+<li>IndexWriter can now be initialized from an already open near-real-time or non-NRT reader</li>
+<li>Add experimental range tree doc values format and queries, based on a 1D version of the spatial BKD tree, for a faster and smaller alternative to postings-based numeric and binary term filtering.  Range trees can also handle values larger than 64 bits.</li>
+</ul>
+<h4 id="geo-related-features-and-improvements">Geo-related features and improvements<a class="headerlink" href="#geo-related-features-and-improvements" title="Permanent link">&para;</a></h4>
+<ul>
+<li>Added GeoPointField, GeoPointInBBoxQuery, GeoPointInPolygonQuery for simple "indexed lat/lon point in bbox/shape" searching</li>
+<li>Added experimental BKD geospatial tree doc values format and queries, for fast "bbox/polygon contains lat/lon points"</li>
+<li>Use doc values to post-filter GeoPointField hits that fall in boundary cells, resulting in smaller index, faster searches and less heap used for each query</li>
+</ul>
+<h4 id="optimizations">Optimizations<a class="headerlink" href="#optimizations" title="Permanent link">&para;</a></h4>
+<ul>
+<li>Reduce RAM usage of FieldInfos, and speed up lookup by number, by using an array instead of TreeMap except in very sparse cases</li>
+<li>Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries</li>
+<li>Various bugfixes and optimizations since the 5.2.0 release.</li>
+</ul>
 <p>See the <a href="/core/5_3_0/changes/Changes.html">CHANGES.txt</a> file included with the
 release for a full list of changes and further details.</p>
 <h2 id="15-june-2015-apache-lucenetm-521-available">15 June 2015, Apache Lucene™ 5.2.1 available<a class="headerlink" href="#15-june-2015-apache-lucenetm-521-available" title="Permanent link">&para;</a></h2>