You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/09/24 07:12:09 UTC

svn commit: r1841803 - in /lucene/cms/trunk: content/ content/core/ content/solr/ templates/

Author: jimczi
Date: Mon Sep 24 07:12:09 2018
New Revision: 1841803

URL: http://svn.apache.org/viewvc?rev=1841803&view=rev
Log:
Update CMS to the latest 7.5.0 release

Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/downloads.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/latestversion.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/templates/_solr-downloads.mdtext
    lucene/cms/trunk/templates/core-sidebar.html
    lucene/cms/trunk/templates/corenav.mdtext
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
    lucene/cms/trunk/templates/sidenav.mdtext
    lucene/cms/trunk/templates/solr-index.html

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Sep 24 07:12:09 2018
@@ -39,10 +39,10 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/7_4_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/7_4_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/7_4_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_4/$1
+RedirectMatch temp /core/api/(.*) /core/7_5_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/7_5_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/7_5_0/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_5/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Mon Sep 24 07:12:09 2018
@@ -1,5 +1,29 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 24 September 2018, Apache Lucene™ 7.5.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.5.0.
+
+Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <http://lucene.apache.org/core/downloads.html>
+
+### Lucene 7.5.0 Release Highlights:
+
+  * IndexWriter#deleteDocs(Query... query) applies deletes to wrong documents if the index is sorted.
+  * TieredMergePolicy now respects maxSegmentSizeMB by default when executing findForcedMerges and findForcedDeletesMerges.
+  * A new points based Shape Indexing and Searching that decomposes shapes into a triangular mesh and indexes individual triangles as a 6 dimension point.
+  * A new ByteBuffer based Directory implementation that aims to replace the deprecated RAMDirectory.
+  * The UnifiedHighlighter can now use the MatchesIterator API to highlight any query more accurately.
+  * TopFieldComparator can now stop comparing documents if the index is sorted, even if hits still need to be visited to compute the hit count.
+  * TieredMergePolicy can control how aggressively deletes should be reclaimed with the new deletesPctAllowed setting.
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <https://lucene.apache.org/core/7_5_0/changes/Changes.html>
+
 ## 3 July 2018, Apache Lucene™ 6.6.5 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5.

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Mon Sep 24 07:12:09 2018
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [7.4.0](./7_4_0/index.html)
+- [7.5.0](./7_5_0/index.html)

Modified: lucene/cms/trunk/content/core/downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/downloads.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/downloads.mdtext (original)
+++ lucene/cms/trunk/content/core/downloads.mdtext Mon Sep 24 07:12:09 2018
@@ -5,13 +5,13 @@ Official releases are usually created wh
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
             [here](systemreqs.html).
 
-### Lucene 7.4.0
+### Lucene 7.5.0
 
-Lucene 7.4.0 is the most recent Apache Lucene release.
+Lucene 7.5.0 is the most recent Apache Lucene release.
 
- - Source release: [lucene-7.4.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.4.0/lucene-7.4.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0-src.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0-src.tgz.sha1)]
- - Binary releases:  [lucene-7.4.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.4.0/lucene-7.4.0.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0.tgz.sha1)] / [lucene-7.4.0.zip](http://www.apache.org/dyn/closer.lua/lucene/java/7.4.0/lucene-7.4.0.zip) [[PGP](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0.zip.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.4.0/lucene-7.4.0.zip.sha1)]
- - [Change log](http://lucene.apache.org/core/7_4_0/changes/Changes.html)
+ - Source release: [lucene-7.5.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0/lucene-7.5.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0-src.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0-src.tgz.sha1)]
+ - Binary releases:  [lucene-7.5.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0/lucene-7.5.0.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0.tgz.sha1)] / [lucene-7.5.0.zip](http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0/lucene-7.5.0.zip) [[PGP](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0.zip.asc)] [[SHA1](https://www.apache.org/dist/lucene/java/7.5.0/lucene-7.5.0.zip.sha1)]
+ - [Change log](http://lucene.apache.org/core/7_5_0/changes/Changes.html)
 
 The above release files should be verified using the PGP signatures and the
 [project release KEYS](https://www.apache.org/dist/lucene/KEYS). See
@@ -28,5 +28,3 @@ The <tt>lucene-VERSION.zip</tt> or <tt>.
             and various jar files containing contributed code.  The
             <tt>lucene-VERSION-src.zip</tt> or <tt>.tar.gz</tt> contains the full source
             code for that version.
-
-

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Mon Sep 24 07:12:09 2018
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="7_4_0/demo/overview-summary.html#overview_description">Lucene 7.4.0 Demo</a>
+- <a href="7_5_0/demo/overview-summary.html#overview_description">Lucene 7.5.0 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Mon Sep 24 07:12:09 2018
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [7.4.0](./7_4_0/SYSTEM_REQUIREMENTS.html)
+- [7.5.0](./7_5_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Mon Sep 24 07:12:09 2018
@@ -1 +1 @@
-7.4.0
+7.5.0

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Mon Sep 24 07:12:09 2018
@@ -1,5 +1,38 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 24 September 2018- Apache Lucene 7.5.0 and Apache Solr 7.5.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.5.0 and Apache Solr 7.5.0
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0>
+
+### Highlights of this Lucene release include:
+
+#### Bug Fixes
+
+  * IndexWriter#deleteDocs(Query... query) applies deletes to wrong documents if the index is sorted.
+
+#### Changes in Runtime behavior
+
+  * TieredMergePolicy now respects maxSegmentSizeMB by default when executing findForcedMerges and findForcedDeletesMerges.
+
+#### Improvements
+
+  * A new points based Shape Indexing and Searching that decomposes shapes into a triangular mesh and indexes individual triangles as a 6 dimension point.
+  * A new ByteBuffer based Directory implementation that aims to replace the deprecated RAMDirectory.
+  * The UnifiedHighlighter can now use the MatchesIterator API to highlight any query more accurately.
+  * TopFieldComparator can now stop comparing documents if the index is sorted, even if hits still need to be visited to compute the hit count.
+  * TieredMergePolicy can control how aggressively deletes should be reclaimed with the new deletesPctAllowed setting.
+
+### Highlights of this Solr release include:
+
+  * Nested/child documents may now be supplied as a field value instead of stand-off. Future releases will leverage this semantic information.
+  * Enhance Autoscaling policy support to equally distribute replicas on the basis of arbitrary properties.
+  * Nodes are now visible inside a view of the Admin UI "Cloud" tab, listing nodes and key metrics.
+  * The status of zookeeper ensemble is now accessible under the Admin UI Cloud tab.
+  * The new Korean morphological analyzer ("nori") has been added to default distribution.
+
 ## 3 July 2018 - Apache Lucene 6.6.5 and Apache Solr 6.6.5 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5 and Apache Solr 6.6.5
@@ -46,16 +79,16 @@ and Solr can be downloaded from <http://
  * Upgraded from Log4j 1.x to 2.x.  Solr continues to log via SLF4J.
 
 ## 18 May 2018 - Apache Lucene 6.6.4 and Apache Solr 6.6.4 Available
- 
+
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.4 and Apache Solr 6.6.4
- 
+
 Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.6.4>
 and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.4>
- 
+
 ### Highlights of this Solr release include:
- 
+
  * Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing
- 
+
 ## 15 May 2018 - Apache Lucene 7.3.1 and Apache Solr 7.3.1 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 7.3.1 and Apache Solr 7.3.1
@@ -72,7 +105,7 @@ and Solr can be downloaded from <http://
  * Deleting replicas sometimes fails and causes the replicas to exist in the down state
  * Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031
  * Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing
- * A successful restore collection should mark the shard state as active and not buffering 
+ * A successful restore collection should mark the shard state as active and not buffering
 
 ## 4 April 2018 - Apache Lucene 7.3.0 and Apache Solr 7.3.0 Available
 

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Mon Sep 24 07:12:09 2018
@@ -2,6 +2,32 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 24 September 2018, Apache Solr™ 7.5.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 7.5.0
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the
+Apache Lucene project. Its major features include powerful full-text search,
+hit highlighting, faceted search, dynamic clustering, database integration, rich document
+(e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing fault
+tolerant distributed search and indexing, and powers the search and navigation features of
+many of the world's largest internet sites.
+
+Solr 7.5.0 is available for immediate download at:
+  <http://lucene.apache.org/solr/downloads.html>
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <http://lucene.apache.org/solr/7_5_0/changes/Changes.html>
+
+### Solr 7.5.0 Release Highlights:
+
+  * Nested/child documents may now be supplied as a field value instead of stand-off. Future releases will leverage this semantic information.
+  * Enhance Autoscaling policy support to equally distribute replicas on the basis of arbitrary properties.
+  * Nodes are now visible inside a view of the Admin UI "Cloud" tab, listing nodes and key metrics.
+  * The status of zookeeper ensemble is now accessible under the Admin UI Cloud tab.
+  * The new Korean morphological analyzer ("nori") has been added to default distribution.
+
 ## 3 July 2018, Apache Solr™ 6.6.5 available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.6.5
@@ -94,8 +120,8 @@ features of many of the world's largest
 This release includes 9 bug fixes since the 7.3.0 release. Some of the major fixes are:
 
 * Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031
-* Deleting replicas sometimes fails and causes the replicas to exist in the down state 
-* A successful restore collection should mark the shard state as active and not buffering 
+* Deleting replicas sometimes fails and causes the replicas to exist in the down state
+* A successful restore collection should mark the shard state as active and not buffering
 * Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing
 
 Furthermore, this release includes Apache Lucene 7.3.1 which includes 1 bug
@@ -144,12 +170,12 @@ The Apache Solr Reference Guide for 7.3
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.6.3.
 
-Solr is the popular, blazing fast, open source NoSQL search platform from the 
-Apache Lucene project. Its major features include powerful full-text search, 
-hit highlighting, faceted search and analytics, rich document parsing, 
-geospatial search, extensive REST APIs as well as parallel SQL. Solr is 
-enterprise grade, secure and highly scalable, providing fault tolerant 
-distributed search and indexing, and powers the search and navigation features 
+Solr is the popular, blazing fast, open source NoSQL search platform from the
+Apache Lucene project. Its major features include powerful full-text search,
+hit highlighting, faceted search and analytics, rich document parsing,
+geospatial search, extensive REST APIs as well as parallel SQL. Solr is
+enterprise grade, secure and highly scalable, providing fault tolerant
+distributed search and indexing, and powers the search and navigation features
 of many of the world's largest internet sites.
 
 This release contains three bugfixes:

Modified: lucene/cms/trunk/templates/_solr-downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-downloads.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-downloads.mdtext (original)
+++ lucene/cms/trunk/templates/_solr-downloads.mdtext Mon Sep 24 07:12:09 2018
@@ -3,13 +3,13 @@ Official releases are usually created wh
 sufficient changes, improvements and bug fixes to warrant a release.  Due to the voluntary
 nature of Solr, no releases are scheduled in advance.
 
-## Solr 7.4.0 ##
+## Solr 7.5.0 ##
 
-Solr 7.4.0 is the most recent Apache Solr release.
+Solr 7.5.0 is the most recent Apache Solr release.
 
- - Source release: [solr-7.4.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/solr/7.4.0/solr-7.4.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0-src.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0-src.tgz.sha1)]
- - Binary releases:  [solr-7.4.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/solr/7.4.0/solr-7.4.0.tgz) [[PGP](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0.tgz.sha1)] / [solr-7.4.0.zip](http://www.apache.org/dyn/closer.lua/lucene/solr/7.4.0/solr-7.4.0.zip) [[PGP](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0.zip.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.4.0/solr-7.4.0.zip.sha1)]
- - [Change log](http://lucene.apache.org/solr/7_4_0/changes/Changes.html)
+ - Source release: [solr-7.5.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0/solr-7.5.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0-src.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0-src.tgz.sha1)]
+ - Binary releases:  [solr-7.5.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0/solr-7.5.0.tgz) [[PGP](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0.tgz.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0.tgz.sha1)] / [solr-7.5.0.zip](http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0/solr-7.5.0.zip) [[PGP](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0.zip.asc)] [[SHA1](https://www.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0.zip.sha1)]
+ - [Change log](http://lucene.apache.org/solr/7_5_0/changes/Changes.html)
 
 The above release files should be verified using the PGP signatures and the
 [project release KEYS](https://www.apache.org/dist/lucene/KEYS). See
@@ -25,7 +25,7 @@ Archives for all past versions of Solr a
 ## File names ##
 
 The `solr-VERSION.zip` or `solr-VERSION.tgz` files (where `VERSION` is the version number of
-the release, e.g. `7.4.0`) contain Apache Solr, html documentation and a tutorial.
+the release, e.g. `7.5.0`) contain Apache Solr, html documentation and a tutorial.
 
 The `solr-VERSION-src.tgz` file contains the full source code for that version.
 

Modified: lucene/cms/trunk/templates/core-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-sidebar.html?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Mon Sep 24 07:12:09 2018
@@ -4,9 +4,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 7.4.0</div>
+      <div class="flap bottom">of Apache Lucene 7.5.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.4.0</div>
+    <div class="download-desc">Apache Lucene 7.5.0</div>
   </div>
   {% filter markdown %}{% include "corenav.mdtext" %}{% endfilter %}
   <div class="status">

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Mon Sep 24 07:12:09 2018
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [7.4.0](./7_4_0/index.html)
+- [7.5.0](./7_5_0/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)
@@ -16,7 +16,7 @@
 # Events
 
 - <a  href="https://www.apache.org/events/current-event.html" target="_blank"><img src="https://www.apache.org/events/current-event-125x125.png"/></a>
-  
+
 # ASF links
 - [Apache Software Foundation](http://www.apache.org)
 - [Thanks](http://www.apache.org/foundation/thanks.html)

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Mon Sep 24 07:12:09 2018
@@ -4,7 +4,7 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/7.4.0">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">

Modified: lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-latest-redir.html?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Mon Sep 24 07:12:09 2018
@@ -4,7 +4,7 @@
 #}
 {% extends "_solr-head.html" %}
   {% block css %}
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/7.4.0">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   {% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Mon Sep 24 07:12:09 2018
@@ -2,15 +2,15 @@
   <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 7.4.0</div>
+    <div class="flap bottom">of Apache Lucene 7.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 7.4.0</div>
+  <div class="download-desc">Apache Lucene 7.5.0</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 7.4.0</div>
+    <div class="flap bottom">of Apache Solr 7.5.0</div>
   </div>
-  <div class="download-desc">Apache Solr 7.4.0</div>
+  <div class="download-desc">Apache Solr 7.5.0</div>
 
 # Projects
   - [Lucene Core (Java)](./core/)
@@ -25,7 +25,7 @@
 # Events
 
   - <a  href="https://www.apache.org/events/current-event.html" target="_blank"><img src="https://www.apache.org/events/current-event-125x125.png"/></a>
-  
+
 # ASF links
   - [Apache Software Foundation](http://www.apache.org)
   - [Thanks](http://www.apache.org/foundation/thanks.html)

Modified: lucene/cms/trunk/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-index.html?rev=1841803&r1=1841802&r2=1841803&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Mon Sep 24 07:12:09 2018
@@ -281,13 +281,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 27 June 2018
+            Solr News | 24 September 2018
           </div>
           <h1>
-             Apache Solr 7.4.0 available
+             Apache Solr 7.5.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 7.4.0.  Download <a href="/solr/downloads.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 7.5.0.  Download <a href="/solr/downloads.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>