this is not cool. i'm not yet ready to release and this guy is releasing for me.
I'm gonna revert buildbot's commit. On Mon, Mar 11, 2013 at 3:21 AM, <[email protected]> wrote: > Author: buildbot > Date: Mon Mar 11 07:21:06 2013 > New Revision: 853947 > > Log: > Dynamic update by buildbot for lucene > > Modified: > websites/production/lucene/content/core/index.html > websites/production/lucene/content/index.html > websites/production/lucene/content/solr/index.html > websites/staging/lucene/trunk/content/core/index.html > websites/staging/lucene/trunk/content/index.html > websites/staging/lucene/trunk/content/solr/index.html > > Modified: websites/production/lucene/content/core/index.html > ============================================================================== > --- websites/production/lucene/content/core/index.html (original) > +++ websites/production/lucene/content/core/index.html Mon Mar 11 07:21:06 > 2013 > @@ -257,9 +257,9 @@ > <div class="button-green"> > <a href="mirrors-core-latest-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > - <div class="flap bottom">of Apache Lucene 4.1</div> > + <div class="flap bottom">of Apache Lucene 4.2</div> > </div> > - <div class="download-desc">Apache Lucene 4.1</div> > + <div class="download-desc">Apache Lucene 4.2</div> > </div> > <div class="button-wrapper"> > <div class="button-green"> > @@ -279,7 +279,7 @@ > </ul> > <h1 id="release-docs">Release Docs</h1> > <ul> > -<li><a href="./4_1_0/index.html">4.1</a></li> > +<li><a href="./4_2_0/index.html">4.2</a></li> > <li><a href="./3_6_2/index.html">3.6.2</a></li> > </ul> > <h1 id="about">About</h1> > > Modified: websites/production/lucene/content/index.html > ============================================================================== > --- websites/production/lucene/content/index.html (original) > +++ websites/production/lucene/content/index.html Mon Mar 11 07:21:06 2013 > @@ -202,7 +202,102 @@ > </ul></div> > > <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span > style="vertical-align: super; font-size: xx-small">TM</span> News</h1> > -<h2 > id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk2tmwzxhzdk3-41-available">22 > January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: > super; font-size: xx-small">TM</span> 4.1 available</h2> > +<h2 > id="11-march-2013-apache-lucene-42-and-apache-solrwzxhzdk2tmwzxhzdk3-42-available">11 > March 2013 - Apache Lucene 4.2 and Apache Solr<span style="vertical-align: > super; font-size: xx-small">TM</span> 4.2 available</h2> > +<p>The Lucene PMC is pleased to announce the availability > +of Apache Lucene 4.2 and Apache Solr 4.2.</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>See the <a href="/core/4_2_0/changes/Changes.html">Lucene CHANGES.txt</a> > and > +<a href="/solr/4_2_0/changes/Changes.html">Solr CHANGES.txt</a> files > included > +with the release for a full list of details.</p> > +<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene > release include:</h3> > +<ul> > +<li> > +<p>Lucene 4.2 has a new default codec (Lucene42Codec) with a more > + efficient docvalues format (sorted bytes in FST, less addressing > + overhead, improved numeric compression) and LZ4-compressed term > + vectors.</p> > +</li> > +<li> > +<p>Doc values external and codec API and implementations have been > + simplified: the codec is no longer responsible for buffering doc > + values; the numerous types have been consolidated down to only > + three (NUMERIC, BINARY, SORTED); PerFieldDocValuesFormat lets you > + set a different format for each field, and the doc values and FieldCache > + APIs were unified.</p> > +</li> > +<li> > +<p>Significant refactoring and performance enhancements to the facet > + module, resulting in overall ~3.8X speedup in one case (single Date > + field faceting).</p> > +</li> > +<li> > +<p>DrillDownQuery in the facet module now supports multi-select.</p> > +</li> > +<li> > +<p>A new DrillSideways class enables counting facet labels and counts > + for both hits and near-misses in a single query. See > + <a > href="http://blog.mikemccandless.com/2013/02/drill-sideways-faceting-with-lucene.html">http://blog.mikemccandless.com/2013/02/drill-sideways-faceting-with-lucene.html</a></p> > +</li> > +<li> > +<p>An additional docvalues type (SORTED_SET) was added that supports multiple > + values.</p> > +</li> > +<li> > +<p>FSTs are a bit smaller, and the FST package supports FSTs over 2GB > + in size.</p> > +</li> > +<li> > +<p>A new LiveFieldValues class lets you get live or real-time values > + for any indexed doc / field. See <a > href="http://blog.mikemccandless.com/2013/01/getting-real-time-field-values-in-lucene.html">http://blog.mikemccandless.com/2013/01/getting-real-time-field-values-in-lucene.html</a></p> > +</li> > +<li> > +<p>Added a new classification module.</p> > +</li> > +<li> > +<p>Various bugfixes and optimizations since the 4.1 release.</p> > +</li> > +</ul> > +<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr > release include:</h3> > +<ul> > +<li> > +<p>A read side REST API for the schema. Always wanted to introspect the > schema over http? > + Now you can. Looks like the write side will be coming next.</p> > +</li> > +<li> > +<p>DocValues have been integrated into Solr. DocValues can be loaded up a > lot faster than > + the field cache and can also use different compression algorithms as well > as in RAM or > + on Disk representations. Faceting, sorting, and function queries all get > to benefit. > + How about the OS handling faceting and sorting caches off heap? No more > tuning 60 gigabyte heaps? > + How about a snappy new per segment DocValues faceting method? Improved > numeric faceting? Sweet.</p> > +</li> > +<li> > +<p>Collection Aliasing. Got time based data? Want to re-index in a temporary > collection > + and then swap it into production? Done. Stay tuned for Shard Aliasing.</p> > +</li> > +<li> > +<p>Collection API responses. The collections API was still very new in 4.0, > and while it > + improved a fair bit in 4.1, responses were certainly needed, but missed > the cut off. > + Initially, we made the decision to make the Collection API super fault > tolerant, which > + made responses tougher to do. No one wants to hunt through logs files to > see how things > + turned out. Done in 4.2.</p> > +</li> > +<li> > +<p>Interact with any collection on any node. Until 4.2, you could only > interact with a node > + in your cluster if it hosted at least one replica of the collection you > wanted to query/update. > + No longer - query any node, whether it has a piece of your intended > collection or not and > + get a proxied response.</p> > +</li> > +<li> > +<p>Allow custom shard names so that new host addresses can take over for > retired shards. > + Working on Amazon without elastic ips? This is for you.</p> > +</li> > +<li> > +<p>Lucene 4.2 optimizations such as compressed term vectors.</p> > +</li> > +</ul> > +<p>Solr 4.2 also includes many other new features as well as numerous > optimizations and bugfixes.</p> > +<h2 > id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk4tmwzxhzdk5-41-available">22 > January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: > super; font-size: xx-small">TM</span> 4.1 available</h2> > <p>The Lucene PMC is pleased to announce the availability > of Apache Lucene 4.1 and Apache Solr 4.1.</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> > @@ -210,7 +305,7 @@ and Solr can be downloaded from <a href= > <p>See the <a href="/core/4_1_0/changes/Changes.html">Lucene CHANGES.txt</a> > and > <a href="/solr/4_1_0/changes/Changes.html">Solr CHANGES.txt</a> files > included > with the release for a full list of details.</p> > -<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene > release include:</h3> > +<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene > release include:</h3> > <ul> > <li> > <p>Lucene 4.1 has a new default codec (Lucene41Codec) based on the > @@ -265,7 +360,7 @@ with the release for a full list of deta > <p>Several bugfixes and optimizations since the 4.0 release.</p> > </li> > </ul> > -<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr > release include:</h3> > +<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr > release include:</h3> > <h4 id="solrcloud-enhancements-see-httpwikiapacheorgsolrsolrcloud">SolrCloud > enhancements (see <a > href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):</h4> > <ul> > <li>Simple multi-tenancy through enhanced document routing:<ul> > @@ -753,15 +848,15 @@ and Solr can be downloaded from <a href= > <p><div class="button-green"> > <a href="core/mirrors-core-latest-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > - <div class="flap bottom">of Apache Lucene 4.1</div> > + <div class="flap bottom">of Apache Lucene 4.2</div> > </div> > - <div class="download-desc">Apache Lucene 4.1</div> > + <div class="download-desc">Apache Lucene 4.2</div> > <div class="button-orange"> > <a href="solr/mirrors-solr-latest-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > - <div class="flap bottom">of Apache Solr 4.1</div> > + <div class="flap bottom">of Apache Solr 4.2</div> > </div> > - <div class="download-desc">Apache Solr 4.1</div> > + <div class="download-desc">Apache Solr 4.2</div> > <div class="button-green"> > <a href="core/mirrors-core-3x-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > > Modified: websites/production/lucene/content/solr/index.html > ============================================================================== > --- websites/production/lucene/content/solr/index.html (original) > +++ websites/production/lucene/content/solr/index.html Mon Mar 11 07:21:06 > 2013 > @@ -368,8 +368,8 @@ numeric fields or query relevancy scores > <div class="button-orange"> > <a href="mirrors-solr-latest-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > - <div class="flap bottom">of Apache Solr 4.1</div> > - <div class="download-desc">Apache Solr 4.1</div> > + <div class="flap bottom">of Apache Solr 4.2</div> > + <div class="download-desc">Apache Solr 4.2</div> > </div> > </div> > <div class="button-wrapper"> > > Modified: websites/staging/lucene/trunk/content/core/index.html > ============================================================================== > (empty) > > Modified: websites/staging/lucene/trunk/content/index.html > ============================================================================== > (empty) > > Modified: websites/staging/lucene/trunk/content/solr/index.html > ============================================================================== > (empty) > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
