You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2013/03/11 15:16:43 UTC

RE: svn commit: r853977 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

The automatic commits and migration from staging to production are caused by the hourly twitter updates. We should discuss this and maybe remove the twitter feed at all. Or replace it with a twitter feed that needs no updates on the web page (the standard Twitter iframe like on the right navbar of http://blog.thetaphi.de/).

According to infra, if we move to the official twitter gadget, we have to make it work with HTTP/HTTPS and also mention in the privacy policy that visitor's data might be send to twitter. Or we should remove the twitter stream completely.

In my opinion, it is more important to have a good staging working and be able to change the website without a bot in the background publishing not yet approved changes from the staging to the production website.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: rmuir@apache.org [mailto:rmuir@apache.org]
> Sent: Monday, March 11, 2013 2:46 PM
> To: commits@lucene.apache.org
> Subject: svn commit: r853977 - in /websites/production/lucene/content:
> core/index.html index.html solr/index.html
> 
> Author: rmuir
> Date: Mon Mar 11 13:46:27 2013
> New Revision: 853977
> 
> Log:
> revert all buildbot commits while i was sleeping
> 
> Modified:
>     websites/production/lucene/content/core/index.html
>     websites/production/lucene/content/index.html
>     websites/production/lucene/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
> +++ 13:46:27 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.2</div>
> +      <div class="flap bottom">of Apache Lucene 4.1</div>
>      </div>
> -    <div class="download-desc">Apache Lucene 4.2</div>
> +    <div class="download-desc">Apache Lucene 4.1</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_2_0/index.html">4.2</a></li>
> +<li><a href="./4_1_0/index.html">4.1</a></li>
>  <li><a href="./3_6_2/index.html">3.6.2</a></li>
>  </ul>
>  <h1 id="about">About</h1>
> @@ -326,7 +326,7 @@
> 
>        <div class="section-content">
>          <a class="svn"
> href="http://svn.apache.org/viewvc?revision=1454986;view=revision">r145
> 4986</a>
> -        <a href="https://issues.apache.org/jira/browse/LUCENE-
> 4808">LUCENE-4808</a>: hack around the current jdk8 backwards break bug
> to please jenkins (<a href="http://lucene.apache.org/">lucene</a>)
> &mdash;
> +        hack around the current jdk8 backwards break bug to please
> + jenkins (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
>          <a href="http://people.apache.org/committer-
> index.html#rmuir">rmuir</a>
>        </div>
> 
> 
> Modified: websites/production/lucene/content/index.html
> ==========================================================
> ====================
> --- websites/production/lucene/content/index.html (original)
> +++ websites/production/lucene/content/index.html Mon Mar 11 13:46:27
> +++ 2013
> @@ -202,102 +202,7 @@
>  </ul></div>
> 
>  <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span
> style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
> -<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>
> +<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>
>  <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>
> @@ -305,7 +210,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_1">Highlights of the
> Lucene release include:</h3>
> +<h3 id="highlights-of-the-lucene-release-include">Highlights of the
> +Lucene release include:</h3>
>  <ul>
>  <li>
>  <p>Lucene 4.1 has a new default codec (Lucene41Codec) based on the @@
> -360,7 +265,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_1">Highlights of the Solr
> release include:</h3>
> +<h3 id="highlights-of-the-solr-release-include">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/S
> olrCloud</a>):</h4>
>  <ul>
>  <li>Simple multi-tenancy through enhanced document routing:<ul> @@ -
> 848,15 +753,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.2</div>
> +    <div class="flap bottom">of Apache Lucene 4.1</div>
>    </div>
> -  <div class="download-desc">Apache Lucene 4.2</div>
> +  <div class="download-desc">Apache Lucene 4.1</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.2</div>
> +    <div class="flap bottom">of Apache Solr 4.1</div>
>    </div>
> -  <div class="download-desc">Apache Solr 4.2</div>
> +  <div class="download-desc">Apache Solr 4.1</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
> +++ 13:46:27 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.2</div>
> -      <div class="download-desc">Apache Solr 4.2</div>
> +      <div class="flap bottom">of Apache Solr 4.1</div>
> +      <div class="download-desc">Apache Solr 4.1</div>
>      </div>
>    </div>
>    <div class="button-wrapper">
> @@ -434,7 +434,7 @@ numeric fields or query relevancy scores
> 
>            <div class="section-content">
>              <a class="svn"
> href="http://svn.apache.org/viewvc?revision=1454986;view=revision">r145
> 4986</a>
> -            <a href="https://issues.apache.org/jira/browse/LUCENE-
> 4808">LUCENE-4808</a>: hack around the current jdk8 backwards break bug
> to please jenkins (<a href="http://lucene.apache.org/">lucene</a>)
> &mdash;
> +            hack around the current jdk8 backwards break bug to please
> + jenkins (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
>              <a href="http://people.apache.org/committer-
> index.html#rmuir">rmuir</a>
>            </div>
> 
> @@ -459,15 +459,9 @@ numeric fields or query relevancy scores
> 
>          <div class="status-item">
>            <div class="section-content">
> -             <a
> href="https://twitter.com//statuses/311104032192204800">@</a>: Voor
> een klant van me ben ik op zoek naar een Drupal specialist met kennis van
> Solr. Interessant? Contacteer me! 020 30 500 87 <a
> href="http://twitter.com/search?q=%23drupal">#drupal</a> <a
> href="http://twitter.com/search?q=%23solr">#solr</a>
>            </div>
> 
>            <div class="section-content">
> -             <a
> href="https://twitter.com//statuses/311068996856336385">@</a>: Mark
> your Calendars April 29 - May 2 for <a
> href="http://twitter.com/search?q=%23Lucene">#Lucene</a> <a
> href="http://twitter.com/search?q=%23Solr">#Solr</a> Revolution North
> America 2013. <a
> href="http://t.co/SYcMz2TcgV">http://t.co/SYcMz2TcgV</a>
> -          </div>
> -
> -          <div class="section-content">
> -             <a
> href="https://twitter.com//statuses/311068992242597888">@</a>: Mark
> your Calendars April 29 - May 2 for <a
> href="http://twitter.com/search?q=%23Lucene">#Lucene</a> <a
> href="http://twitter.com/search?q=%23Solr">#Solr</a> Revolution North
> America 2013. <a href="http://t.co/yAXd3lz4jv">http://t.co/yAXd3lz4jv</a>
>            </div>
> 
>          </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: svn commit: r853977 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Posted by Mark Miller <ma...@gmail.com>.
I brought this up a long time ago - it used to bite me all the time - the auto publishing is horrible, horrible, horrible, for many reasons.

+1 to it's destruction.

- Mark

On Mar 11, 2013, at 10:24 AM, Robert Muir <rc...@gmail.com> wrote:

> On Mon, Mar 11, 2013 at 10:16 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> 
>> In my opinion, it is more important to have a good staging working and be able to change the website without a bot in the background publishing not yet approved changes from the staging to the production website.
>> 
> 
> +1
> 
> until the release has properly circulated the mirrors, i will just
> continue to undo anything this bot does.
> 
> after releasing we should remove this twitter crap
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: svn commit: r853977 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Posted by Robert Muir <rc...@gmail.com>.
On Mon, Mar 11, 2013 at 10:16 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>
> In my opinion, it is more important to have a good staging working and be able to change the website without a bot in the background publishing not yet approved changes from the staging to the production website.
>

+1

until the release has properly circulated the mirrors, i will just
continue to undo anything this bot does.

after releasing we should remove this twitter crap

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org