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 2014/03/17 22:10:56 UTC

svn commit: r902050 - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ pylucene/ pylucene/jcc/ solr/

Author: buildbot
Date: Mon Mar 17 21:10:54 2014
New Revision: 902050

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/core/features.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/index.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/privacy.html
    websites/staging/lucene/trunk/content/pylucene/features.html
    websites/staging/lucene/trunk/content/pylucene/index.html
    websites/staging/lucene/trunk/content/pylucene/install.html
    websites/staging/lucene/trunk/content/pylucene/jcc/features.html
    websites/staging/lucene/trunk/content/pylucene/jcc/index.html
    websites/staging/lucene/trunk/content/pylucene/jcc/install.html
    websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
    websites/staging/lucene/trunk/content/pylucene/pynews.html
    websites/staging/lucene/trunk/content/pylucene/version_control.html
    websites/staging/lucene/trunk/content/site-instructions.html
    websites/staging/lucene/trunk/content/solr/books.html
    websites/staging/lucene/trunk/content/solr/discussion.html
    websites/staging/lucene/trunk/content/solr/documentation.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/screenshots.html
    websites/staging/lucene/trunk/content/solr/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html
    websites/staging/lucene/trunk/content/solr/versioncontrol.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 17 21:10:54 2014
@@ -1 +1 @@
-1576859
+1578579

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 Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/discussion.html (original)
+++ websites/staging/lucene/trunk/content/core/discussion.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/features.html (original)
+++ websites/staging/lucene/trunk/content/core/features.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html Mon Mar 17 21:10:54 2014
@@ -116,7 +116,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Mon Mar 17 21:10:54 2014
@@ -114,7 +114,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/core/quickstart.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/core/systemreqs.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/systemreqs.html (original)
+++ websites/staging/lucene/trunk/content/core/systemreqs.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Mon Mar 17 21:10:54 2014
@@ -71,7 +71,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/openrelevance/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/index.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/index.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }
@@ -146,6 +146,24 @@ to how to consume ORP content or how to 
 -<a href="http://mail-archives.apache.org/mod_mbox/lucene-openrelevance-dev/">Archive</a></p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="12-march-2014-apache-lucene-48-and-apache-solr-48-will-require-java-7">12 March 2014 - Apache Lucene 4.8 and Apache Solr 4.8 will require Java 7</h2>
+<p>The Apache Lucene/Solr committers decided with a large majority on the vote to require <strong>Java 7</strong> for the next minor release of Apache Lucene and Apache Solr (version 4.8)!</p>
+<p>The next release will also contain some improvements for Java 7:</p>
+<ul>
+<li>
+<p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
+</li>
+<li>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
+</li>
+</ul>
+<p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
+Please be aware that you must use at least use Java 7u1.
+The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
+Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
+Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.0 and Apache Solr 4.7.0.</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }
@@ -139,6 +139,24 @@
 <p>The Apache Lucene PMC has officially voted to add the Open Relevance Project (ORP) as a Lucene subproject. ORP's main goal is to build out collections, judgments and queries in an open environment to make it easier for Lucene developers and users to do relevance testing, much like one would get if using TREC or other evaluation conferences.</p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="12-march-2014-apache-lucene-48-and-apache-solr-48-will-require-java-7">12 March 2014 - Apache Lucene 4.8 and Apache Solr 4.8 will require Java 7</h2>
+<p>The Apache Lucene/Solr committers decided with a large majority on the vote to require <strong>Java 7</strong> for the next minor release of Apache Lucene and Apache Solr (version 4.8)!</p>
+<p>The next release will also contain some improvements for Java 7:</p>
+<ul>
+<li>
+<p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
+</li>
+<li>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
+</li>
+</ul>
+<p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
+Please be aware that you must use at least use Java 7u1.
+The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
+Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
+Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.0 and Apache Solr 4.7.0.</p>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/features.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/index.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/features.html Mon Mar 17 21:10:54 2014
@@ -74,7 +74,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/index.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/jcc/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/jcc/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/jcc/install.html Mon Mar 17 21:10:54 2014
@@ -74,7 +74,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/mailing-lists.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/pynews.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/pynews.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/pynews.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/pylucene/version_control.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/version_control.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/version_control.html Mon Mar 17 21:10:54 2014
@@ -72,7 +72,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/books.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/books.html (original)
+++ websites/staging/lucene/trunk/content/solr/books.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/discussion.html (original)
+++ websites/staging/lucene/trunk/content/solr/discussion.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/documentation.html (original)
+++ websites/staging/lucene/trunk/content/solr/documentation.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Mon Mar 17 21:10:54 2014
@@ -118,7 +118,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Mon Mar 17 21:10:54 2014
@@ -117,7 +117,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/solr/quickstart.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/screenshots.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/screenshots.html (original)
+++ websites/staging/lucene/trunk/content/solr/screenshots.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/tutorial.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/tutorial.html (original)
+++ websites/staging/lucene/trunk/content/solr/tutorial.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/solr/versioncontrol.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/versioncontrol.html (original)
+++ websites/staging/lucene/trunk/content/solr/versioncontrol.html Mon Mar 17 21:10:54 2014
@@ -73,7 +73,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Mon Mar 17 21:10:54 2014
@@ -70,7 +70,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }