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 16:11:12 UTC

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

Author: buildbot
Date: Mon Aug 24 14:11:12 2015
New Revision: 962896

Log:
Staging update by buildbot for lucene

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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 24 14:11:12 2015
@@ -1 +1 @@
-1697401
+1697402

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Mon Aug 24 14:11:12 2015
@@ -232,22 +232,30 @@ of Apache Lucene 5.3.0 and Apache Solr 5
 <p>Lucene can be downloaded from <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>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0</a></p>
 <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>
-<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>
+<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>
 <h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
 <ul>
 <li>In built security plugins implementing Basic Auth</li>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Mon Aug 24 14:11:12 2015
@@ -211,22 +211,30 @@ of Apache Lucene 5.3.0 and Apache Solr 5
 <p>Lucene can be downloaded from <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>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0</a></p>
 <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>
-<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>
+<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>
 <h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
 <ul>
 <li>In built security plugins implementing Basic Auth</li>