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 2019/06/03 16:58:38 UTC

svn commit: r1045828 [1/2] - in /websites/staging/lucene/trunk/content: ./ pylucene/ pylucene/jcc/

Author: buildbot
Date: Mon Jun  3 16:58:38 2019
New Revision: 1045828

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    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

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun  3 16:58:38 2019
@@ -1 +1 @@
-1860449
+1860570

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 Jun  3 16:58:38 2019
@@ -169,7 +169,7 @@ specialized queries such as 'more like t
 <p>This document only covers the pythonic extensions to Lucene offered
 by PyLucene as well as some differences between the Java and Python
 APIs. For the documentation on Java Lucene APIs,
-see <a href="http://lucene.apache.org/java/docs/api/index.html">here</a>.</p>
+see <a href="https://lucene.apache.org/java/docs/api/index.html">here</a>.</p>
 <p>To help with debugging and to support some Lucene APIs, PyLucene also
 exposes some Java runtime APIs.</p>
 <h2 id="samples">Samples<a class="headerlink" href="#samples" title="Permanent link">&para;</a></h2>
@@ -177,10 +177,10 @@ exposes some Java runtime APIs.</p>
 included with the PyLucene source release or on the web at:</p>
 <ul>
 <li>
-<p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples</a></p>
+<p><a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples">https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples</a></p>
 </li>
 <li>
-<p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a></p>
+<p><a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a></p>
 </li>
 </ul>
 <h2 id="threading-support-with-attachcurrentthread">Threading support with attachCurrentThread<a class="headerlink" href="#threading-support-with-attachcurrentthread" title="Permanent link">&para;</a></h2>

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 Jun  3 16:58:38 2019
@@ -148,9 +148,9 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h2 id="what-is-pylucene">What is PyLucene ?<a class="headerlink" href="#what-is-pylucene" title="Permanent link">&para;</a></h2>
-<p>PyLucene is a <a href="http://www.python.org">Python</a> extension
+<p>PyLucene is a <a href="https://www.python.org">Python</a> extension
 for accessing
-Java <a href="http://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
+Java <a href="https://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
 is to allow you to use Lucene's text indexing and searching
 capabilities from Python. It is API compatible with the latest
 version of Java Lucene, version 7.7.1 as of March 18th, 2019.</p>
@@ -168,10 +168,10 @@ information and documentation about PyLu
 <p>PyLucene is supported on macOS, Linux, Solaris and Windows.</p>
 <p>PyLucene requires Python version 2.x (x &gt;= 3.5) or Python 3.x (x &gt;= 3)
 and Java version 1.8. Building PyLucene requires GNU Make, a recent version
-of <a href="http://ant.apache.org">Ant</a> capable of building
-Java <a href="http://lucene.apache.org/java/">Lucene</a> and a C++
+of <a href="https://ant.apache.org">Ant</a> capable of building
+Java <a href="https://lucene.apache.org/java/">Lucene</a> and a C++
 compiler. Use
-of <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>
+of <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>
 is recommended. </p>
 <p>See the JCC <a href="jcc/install.html">installation
 instructions</a> for more information about building JCC from sources.</p>
@@ -191,133 +191,133 @@ sources.</p>
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1>
 <h2 id="18-mar-2019-pylucene-771-available">18 Mar 2019 - PyLucene 7.7.1 available<a class="headerlink" href="#18-mar-2019-pylucene-771-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's 7.7.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/CHANGES">PyLucene 7.7.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/jcc/CHANGES">JCC 3.5 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's 7.7.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/CHANGES">PyLucene 7.7.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_7_1/jcc/CHANGES">JCC 3.5 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="11-jan-2019-pylucene-760-available">11 Jan 2019 - PyLucene 7.6.0 available<a class="headerlink" href="#11-jan-2019-pylucene-760-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's 7.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/CHANGES">PyLucene 7.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/jcc/CHANGES">JCC 3.4 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's 7.6.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/CHANGES">PyLucene 7.6.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_6_0/jcc/CHANGES">JCC 3.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="19-oct-2018-pylucene-750-available">19 Oct 2018 - PyLucene 7.5.0 available<a class="headerlink" href="#19-oct-2018-pylucene-750-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's 7.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/CHANGES">PyLucene 7.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/jcc/CHANGES">JCC 3.3 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's 7.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/CHANGES">PyLucene 7.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_5_0/jcc/CHANGES">JCC 3.3 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="3-sep-2018-pylucene-740-available">3 Sep 2018 - PyLucene 7.4.0 available<a class="headerlink" href="#3-sep-2018-pylucene-740-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's 7.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/CHANGES">PyLucene 7.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/jcc/CHANGES">JCC 3.2 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's 7.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/CHANGES">PyLucene 7.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_7_4_0/jcc/CHANGES">JCC 3.2 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="6-apr-2017-pylucene-650-available">6 Apr 2017 - PyLucene 6.5.0 available<a class="headerlink" href="#6-apr-2017-pylucene-650-available" title="Permanent link">&para;</a></h2>
 <p>PyLucene is now supported with both Python 2 and Python 3.
 JCC 3.0 introduces Python 3 support and remains compatible with Python 2.</p>
-<p>This release tracks Lucene Core's recent 6.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES">PyLucene 6.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES">JCC 3.0 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's recent 6.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES">PyLucene 6.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES">JCC 3.0 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="14-feb-2017-pylucene-641-available">14 Feb 2017 - PyLucene 6.4.1 available<a class="headerlink" href="#14-feb-2017-pylucene-641-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 6.4.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's recent 6.4.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/CHANGES">PyLucene 6.4.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_4_1/jcc/CHANGES">JCC 2.23 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="18-sep-2016-pylucene-620-available">18 Sep 2016 - PyLucene 6.2.0 available<a class="headerlink" href="#18-sep-2016-pylucene-620-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 6.2.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/CHANGES">PyLucene 6.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/jcc/CHANGES">JCC 2.22 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's recent 6.2.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/CHANGES">PyLucene 6.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_2_0/jcc/CHANGES">JCC 2.22 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="6-oct-2014-pylucene-4101-1-available">6 Oct 2014 - PyLucene 4.10.1-1 available<a class="headerlink" href="#6-oct-2014-pylucene-4101-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.10.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_10_1/CHANGES">PyLucene 4.10.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.21 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's recent 4.10.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_10_1/CHANGES">PyLucene 4.10.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.21 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="17-jul-2014-pylucene-490-0-available">17 Jul 2014 - PyLucene 4.9.0-0 available<a class="headerlink" href="#17-jul-2014-pylucene-490-0-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.9.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_9_0/CHANGES">PyLucene 4.9.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.20 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
+<p>This release tracks Lucene Core's recent 4.9.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_9_0/CHANGES">PyLucene 4.9.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.20 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/></p>
 <h2 id="3-may-2014-pylucene-480-1-available">3 May 2014 - PyLucene 4.8.0-1 available<a class="headerlink" href="#3-may-2014-pylucene-480-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.8.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_8_0/CHANGES">PyLucene 4.8.0 CHANGES</a> for details. The JCC version included with PyLucene 4.8.0 is unchanged at 2.19.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
+<p>This release tracks Lucene Core's recent 4.8.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_8_0/CHANGES">PyLucene 4.8.0 CHANGES</a> for details. The JCC version included with PyLucene 4.8.0 is unchanged at 2.19.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>
 <b>Attention:</b> Starting with this release, Lucene requires Java 1.7 at the
 minimum; Java 1.6 is no longer supported. After upgrading JDK, please be sure to
 rebuild JCC first with the new JDK.</p>
 <h2 id="28-apr-2014-pylucene-472-1-available">28 Apr 2014 - PyLucene 4.7.2-1 available<a class="headerlink" href="#28-apr-2014-pylucene-472-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.7.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_7_2/CHANGES">PyLucene 4.7.2 CHANGES</a> for details. The JCC version included with PyLucene 4.7.2 is unchanged at 2.19.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 4.7.2 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_7_2/CHANGES">PyLucene 4.7.2 CHANGES</a> for details. The JCC version included with PyLucene 4.7.2 is unchanged at 2.19.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="13-feb-2014-pylucene-461-1-available">13 Feb 2014 - PyLucene 4.6.1-1 available<a class="headerlink" href="#13-feb-2014-pylucene-461-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_6_1/CHANGES">PyLucene 4.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.19 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 4.6.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_6_1/CHANGES">PyLucene 4.6.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.19 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="4-nov-2013-pylucene-451-1-available">4 Nov 2013 - PyLucene 4.5.1-1 available<a class="headerlink" href="#4-nov-2013-pylucene-451-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.5.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_5_1/CHANGES">PyLucene 4.5.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.18 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 4.5.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_5_1/CHANGES">PyLucene 4.5.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.18 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="23-aug-2013-pylucene-440-1-available">23 Aug 2013 - PyLucene 4.4.0-1 available<a class="headerlink" href="#23-aug-2013-pylucene-440-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_4_0/CHANGES">PyLucene 4.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.17 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 4.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_4_0/CHANGES">PyLucene 4.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.17 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="14-may-2013-pylucene-430-1-available">14 May 2013 - PyLucene 4.3.0-1 available<a class="headerlink" href="#14-may-2013-pylucene-430-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 4.3.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_3_0/CHANGES">PyLucene 4.3.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.16 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 4.3.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_3_0/CHANGES">PyLucene 4.3.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.16 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="4-jan-2013-pylucene-362-1-available">4 Jan 2013 - PyLucene 3.6.2-1 available<a class="headerlink" href="#4-jan-2013-pylucene-362-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.6.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_2/CHANGES">PyLucene 3.6.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.15 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.6.2 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_2/CHANGES">PyLucene 3.6.2 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.15 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="24-aug-2012-pylucene-361-2-available">24 Aug 2012 - PyLucene 3.6.1-2 available<a class="headerlink" href="#24-aug-2012-pylucene-361-2-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_1/CHANGES">PyLucene 3.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.14 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.6.1 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_1/CHANGES">PyLucene 3.6.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.14 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="11-may-2012-pylucene-360-2-available">11 May 2012 - PyLucene 3.6.0-2 available<a class="headerlink" href="#11-may-2012-pylucene-360-2-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_0/CHANGES">PyLucene 3.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.13 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.6.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_0/CHANGES">PyLucene 3.6.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.13 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="12-dec-2011-pylucene-350-3-available">12 Dec 2011 - PyLucene 3.5.0-3 available<a class="headerlink" href="#12-dec-2011-pylucene-350-3-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5_0/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.5.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5_0/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="19-sep-2011-pylucene-340-1-available">19 Sep 2011 - PyLucene 3.4.0-1 available<a class="headerlink" href="#19-sep-2011-pylucene-340-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4_0/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.4.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4_0/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="23-jul-2011-pylucene-33-3-available">23 Jul 2011 - PyLucene 3.3-3 available<a class="headerlink" href="#23-jul-2011-pylucene-33-3-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.3 <a href="http://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.3 <a href="https://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="09-jun-2011-pylucene-320-1-available">09 Jun 2011 - PyLucene 3.2.0-1 available<a class="headerlink" href="#09-jun-2011-pylucene-320-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.2 <a href="http://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.2 <a href="https://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="04-apr-2011-pylucene-310-1-available">04 Apr 2011 - PyLucene 3.1.0-1 available<a class="headerlink" href="#04-apr-2011-pylucene-310-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Core's recent 3.1 <a href="http://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Core's recent 3.1 <a href="https://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="16-dec-2010-pylucene-303-1-and-294-1-available">16 Dec 2010 - PyLucene 3.0.3-1 and 2.9.4-1 available<a class="headerlink" href="#16-dec-2010-pylucene-303-1-and-294-1-available" title="Permanent link">&para;</a></h2>
-<p>These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="http://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="https://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="02-jul-2010-pylucene-302-1-and-293-1-available">02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available<a class="headerlink" href="#02-jul-2010-pylucene-302-1-and-293-1-available" title="Permanent link">&para;</a></h2>
-<p>These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="http://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="https://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="03-mar-2010-pylucene-301-1-and-292-1-available">03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available<a class="headerlink" href="#03-mar-2010-pylucene-301-1-and-292-1-available" title="Permanent link">&para;</a></h2>
-<p>These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="http://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
-Source distributions are available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="https://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="08-dec-2009-pylucene-300-1-available">08 Dec 2009 - PyLucene 3.0.0-1 available<a class="headerlink" href="#08-dec-2009-pylucene-300-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Java's recent 3.0.0 <a href="http://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Java's recent 3.0.0 <a href="https://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="10-nov-2009-pylucene-291-1-available">10 Nov 2009 - PyLucene 2.9.1-1 available<a class="headerlink" href="#10-nov-2009-pylucene-291-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Java's recent 2.9.1 <a href="http://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Java's recent 2.9.1 <a href="https://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="13-oct-2009-pylucene-290-1-available">13 Oct 2009 - PyLucene 2.9.0-1 available<a class="headerlink" href="#13-oct-2009-pylucene-290-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Java's recent 2.9.0 <a href="http://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
-See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Java's recent 2.9.0 <a href="https://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="03-apr-2009-pylucene-241-1-available">03 Apr 2009 - PyLucene 2.4.1-1 available</title><a class="headerlink" href="#03-apr-2009-pylucene-241-1-available" title="Permanent link">&para;</a></h2>
-<p>This release tracks Lucene Java's recent 2.4.1 <a href="http://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
- See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
-A source distribution is available <a href="http://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
+<p>This release tracks Lucene Java's recent 2.4.1 <a href="https://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
+ See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
+A source distribution is available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.</p>
 <h2 id="08-jan-2009-pylucene-joins-apache-lucene-as-a-subproject">08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject<a class="headerlink" href="#08-jan-2009-pylucene-joins-apache-lucene-as-a-subproject" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the arrival of PyLucene as a Lucene
 subproject. PyLucene was previously hosted at the Open Source Applications

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 Jun  3 16:58:38 2019
@@ -152,7 +152,7 @@ h2:hover > .headerlink, h3:hover > .head
 included with the PyLucene sources.<br/></p>
 <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>To build PyLucene a Java Development Kit (JDK)
-and <a href="http://ant.apache.org">Ant</a> are required; use of the
+and <a href="https://ant.apache.org">Ant</a> are required; use of the
 resulting PyLucene binaries requires only a Java Runtime Environment
 (JRE).</p>
 <p><b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8.</p>

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 Jun  3 16:58:38 2019
@@ -176,7 +176,7 @@ Python version used:</p>
 <h2 id="generating-c-and-python-wrappers-with-jcc">Generating C++ and Python wrappers with JCC<a class="headerlink" href="#generating-c-and-python-wrappers-with-jcc" title="Permanent link">&para;</a></h2>
 <p>JCC started as a C++ code generator for hiding the gory details of
 accessing methods and fields on Java classes via
-Java's <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html">Native Invocation Interface</a>.
+Java's <a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/invocation.html">Native Invocation Interface</a>.
 These C++ wrappers make it possible to access a Java object as if it
 was a regular C++ object.</p>
 <p>It then became apparent that JCC could also generate the C++
@@ -347,7 +347,7 @@ invoke <i>distutils</i> with <i>bdist</i
 or <i>setuptools</i>
 with <i>bdist_egg</i>. If <i>setuptools</i> is used,
 the resulting egg has to be installed with the
-<a href="http://peak.telecommunity.com/DevCenter/EasyInstall"><i>easy_install</i></a>
+<a href="https://peak.telecommunity.com/DevCenter/EasyInstall"><i>easy_install</i></a>
 installer which is normally part of a Python installation that
 includes <i>setuptools</i>.</p>
 <h2 id="jccs-runtime-api-functions">JCC's runtime API functions<a class="headerlink" href="#jccs-runtime-api-functions" title="Permanent link">&para;</a></h2>
@@ -746,8 +746,8 @@ are public or protected equivalents avai
 JCC generates code that makes it possible to
 call <i>super()</i> on these methods from Python as well.</p>
 <p>There are a number of extension examples available in PyLucene's test
-<a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">suite</a>
-and <a href="http://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.</p>
+<a href="https://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">suite</a>
+and <a href="https://svn.apache.org/viewvc/lucene/pylucene/trunk/samples">samples</a>.</p>
 <h2 id="embedding-a-python-vm-in-a-java-vm">Embedding a Python VM in a Java VM<a class="headerlink" href="#embedding-a-python-vm-in-a-java-vm" title="Permanent link">&para;</a></h2>
 <p>Using the same techniques used when writing a Python extension of a
 Java class, JCC may also be used to embed a Python VM in a Java VM.
@@ -845,7 +845,7 @@ to do so via the <i>--mapping</i> comman
 takes two arguments, the class to generate the mapping get for and
 the Java method to use. The method is specified with its name
 followed by ':' and its Java
-<a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>.</p>
+<a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>.</p>
 <p>For example, <i>System.getProperties()['java.class.path']</i> is
 made possible by:</p>
 <pre><code>
@@ -861,7 +861,7 @@ when requested to do so via the <i>--seq
 option which takes three arguments, the class to generate the
 sequence length and get for and the two java methods to use. The
 methods are specified with their name followed by ':' and their Java
-<a href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>. For example:</p>
+<a href="https://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/types.html#wp16432">signature</a>. For example:</p>
 <pre><code>
 for i in xrange(len(hits)): 
 doc = hits[i]

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 Jun  3 16:58:38 2019
@@ -154,19 +154,19 @@ making the instances of Java classes dir
 interpreter.</p>
 <p>When generating Python wrappers, JCC produces a complete Python
 extension module via the distutils or
-<a href="http://pypi.python.org/pypi/setuptools">setuptools</a> packages. </p>
+<a href="https://pypi.python.org/pypi/setuptools">setuptools</a> packages. </p>
 <p>See <a href="features.html">here</a> for more information and documentation about JCC.</p>
 <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>JCC is supported on Mac OS X, Linux, Solaris and Windows.</p>
 <p>JCC requires Python version 2.x (x &gt;= 3.5) or Python version 3.x (x &gt;= 3)
 and Java version 1.x (x &gt;= 4). Building JCC requires a C++ compiler. Use of
-<a href="http://pypi.python.org/pypi/setuptools">setuptools</a> is recommended.</p>
+<a href="https://pypi.python.org/pypi/setuptools">setuptools</a> is recommended.</p>
 <p>See the <a href="install.html">installation instructions</a> for more information about
 building JCC from sources.</p>
 <h2 id="source-code">Source Code<a class="headerlink" href="#source-code" title="Permanent link">&para;</a></h2>
 <p>The source code to JCC is part of PyLucene's and can be obtained with
 a subversion client from
-<a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc">here</a></p>
+<a href="https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc">here</a></p>
 <h2 id="mailing-list">Mailing List<a class="headerlink" href="#mailing-list" title="Permanent link">&para;</a></h2>
 <p>If you'd like to contribute to JCC or are having issues or questions
 with JCC, please subscribe to the PyLucene developer <a href="../mailing-lists.html">mailing list</a></p></div>

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 Jun  3 16:58:38 2019
@@ -153,13 +153,13 @@ the PyLucene source code already, JCC's
 the <i>jcc</i> subdirectory.</p>
 <p>To get the JCC source code only from SVN use:<br/>
 <code>$ svn co
-http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc jcc</code></p>
+https://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc jcc</code></p>
 <h2 id="building-jcc">Building JCC<a class="headerlink" href="#building-jcc" title="Permanent link">&para;</a></h2>
 <p>JCC is a Python extension written in Python and C++. It requires a
 Java Runtime Environment to operate as it uses Java's reflection
 APIs to do its work. It is built and installed
 via <i>distutils</i>
-or <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>.</p>
+or <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>.</p>
 <ul>
 <li>
 <p>On MacOS and Windows, <i>setup.py</i> will attempt to find a JDK on your
@@ -205,7 +205,7 @@ of the box on MacOS and Windows. On Linu
 to be applied first. This patch is included in the JCC source distribution in
 the <i>jcc2/patches</i> directory, <i>patch.43</i>. This patch was submitted
 to the <i>setuptools</i> project via <a
-href="http://bugs.python.org/setuptools/issue43">issue 43</a>.
+href="https://bugs.python.org/setuptools/issue43">issue 43</a>.
 <i>setup.py</i> will attempt to apply the patch for you via monkeypatching.</p>
 <p>The <i>shared mode disabled</i> error reported during the
 build of JCC's on Linux contains the exact instructions on how to
@@ -336,7 +336,7 @@ installed).</p>
 <p>To use JCC with Python 2.3, setuptools is required</p>
 <ul>
 <li>
-<p>download <a href="http://pypi.python.org/pypi/setuptools">setuptools</a>.</p>
+<p>download <a href="https://pypi.python.org/pypi/setuptools">setuptools</a>.</p>
 </li>
 <li>
 <p>edit the downloaded <i>setuptools</i> egg file to use

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 Jun  3 16:58:38 2019
@@ -151,7 +151,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Historically, Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> user issues or questions have almost always
 been best addressed on the Java Lucene User mailing list. PyLucene
 users with general Lucene questions should consider contacting
-the <a href="http://lucene.apache.org/java/docs/mailinglists.html#Java%20User%20List">Java
+the <a href="https://lucene.apache.org/java/docs/mailinglists.html#Java%20User%20List">Java
 Lucene User</a> list first.</p>
 <p>For issues or questions specific to PyLucene such as build issues,
 please contact the <a href="#Developers">PyLucene Developer</a>
@@ -169,7 +169,7 @@ developer mailing list.</p>
 <ul>
 <li><a href="mailto:pylucene-dev-subscribe@lucene.apache.org">Subscribe to List</a></li>
 <li><a href="mailto:pylucene-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
-<li><a href="http://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/">View List Archive</a></li>
+<li><a href="https://mail-archives.apache.org/mod_mbox/lucene-pylucene-dev/">View List Archive</a></li>
 </ul>
 <p><note>
 In order to post to the list, it is necessary to first <a href="mailto:pylucene-dev-subscribe@lucene.apache.org">subscribe</a> to it.