You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by gi...@apache.org on 2022/05/08 21:13:40 UTC

[solr-site] branch asf-site updated: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e31d3b90b Automatic Site Publish by Buildbot
e31d3b90b is described below

commit e31d3b90ba40665748e3eb2bcb0de56d4a50c796
Author: buildbot <us...@infra.apache.org>
AuthorDate: Sun May 8 21:13:36 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess                               |  11 +-
 output/community.html                          |   2 +-
 output/downloads.html                          |   2 +-
 output/editing-website.html                    |   2 +-
 output/features.html                           |   2 +-
 output/guide/index.html                        |   2 +-
 output/guide/solr-tutorial.html                |   2 +-
 output/index.html                              |   2 +-
 output/logos-and-assets.html                   |   2 +-
 output/news.html                               |   2 +-
 output/operator/articles/explore-v030-gke.html |   2 +-
 output/operator/artifacts.html                 |   2 +-
 output/operator/community.html                 |   2 +-
 output/operator/features.html                  |   2 +-
 output/operator/index.html                     |   2 +-
 output/operator/logos-and-assets.html          |   2 +-
 output/operator/news.html                      |   2 +-
 output/operator/resources.html                 |   2 +-
 output/privacy.html                            | 245 -------------------------
 output/resources.html                          |   2 +-
 output/security.html                           |   2 +-
 output/whoweare.html                           |   2 +-
 22 files changed, 28 insertions(+), 268 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 9634ff491..84e31ab9f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -59,7 +59,7 @@ RedirectMatch Permanent ^/guide/\d+_\d+$ $0/
 # might change again in the future
 RedirectMatch temp ^/api/org/(.*) /docs/8_11_1/solr-core/org/$1
 RedirectMatch temp ^/api/(.*) /docs/8_11_1/$1
-RedirectMatch temp ^/guide/(?!index.html)([a-z].*) /guide/8_11/$1
+RedirectMatch temp ^/guide/(?!index.html)(?!solr/)([a-z].*) /guide/8_11/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version
@@ -82,10 +82,15 @@ RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)(/?.*)$ https://www.apac
 RewriteRule ^(docs|guide)/\d+(?!.+\.\w+$|.+/$).+$          $0/ [R=301,L]
 
 # __root/docs.solr.apache.org/ is a special alias added by INFRA-19439, so we can refer to stuff in other places like SVN
-RewriteRule ^(docs|guide)/\d+.*$  __root/docs.solr.apache.org/$0 [PT]
+RewriteRule ^docs/\d+.*$  __root/docs.solr.apache.org/$0 [PT]
+# Ref-guides up to 8.x
+RewriteRule ^guide/(6|7|8)_\d+.*$  __root/docs.solr.apache.org/$0 [PT]
+# Ref-guides from 9.0
+RewriteRule ^guide/solr/\d+.*$  __root/docs.solr.apache.org/$0 [PT]
 
 # Redirects generated by Antora for the ref-guide
 
-
+Redirect 302 /guide/solr/latest /guide/solr/9_0
+Redirect 302 /guide/solr/index.html /guide/solr/9_0/index.html
 # Redirects to help the transistion from the Solr 6-8 ref-guide to the Solr 9+ ref-guide.
 
diff --git a/output/community.html b/output/community.html
index 4cde3c1c8..9486d0dbd 100644
--- a/output/community.html
+++ b/output/community.html
@@ -339,7 +339,7 @@ or a <a href="https://cwiki.apache.org/confluence/display/solr/HowToContribute#H
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/downloads.html b/output/downloads.html
index 6c818ed39..db6d03ed7 100644
--- a/output/downloads.html
+++ b/output/downloads.html
@@ -333,7 +333,7 @@ Due to the voluntary nature of Solr, no releases are scheduled in advance.</p>
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/editing-website.html b/output/editing-website.html
index 06f50de08..6d56d8082 100644
--- a/output/editing-website.html
+++ b/output/editing-website.html
@@ -224,7 +224,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/features.html b/output/features.html
index 1bfc1c69d..19d8f28f6 100644
--- a/output/features.html
+++ b/output/features.html
@@ -1082,7 +1082,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/guide/index.html b/output/guide/index.html
index 5003b1edc..2eb4e3050 100644
--- a/output/guide/index.html
+++ b/output/guide/index.html
@@ -220,7 +220,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/guide/solr-tutorial.html b/output/guide/solr-tutorial.html
index e24a77f40..9880f5b90 100644
--- a/output/guide/solr-tutorial.html
+++ b/output/guide/solr-tutorial.html
@@ -191,7 +191,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/index.html b/output/index.html
index 06f2d9154..7840a8d41 100644
--- a/output/index.html
+++ b/output/index.html
@@ -420,7 +420,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/logos-and-assets.html b/output/logos-and-assets.html
index 70a448ecd..4fc143923 100644
--- a/output/logos-and-assets.html
+++ b/output/logos-and-assets.html
@@ -244,7 +244,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/news.html b/output/news.html
index d2418cba0..db8799bdb 100644
--- a/output/news.html
+++ b/output/news.html
@@ -3749,7 +3749,7 @@ file included with the release for a full list of details.</p>
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/articles/explore-v030-gke.html b/output/operator/articles/explore-v030-gke.html
index 46423ec16..b9e21d6e7 100644
--- a/output/operator/articles/explore-v030-gke.html
+++ b/output/operator/articles/explore-v030-gke.html
@@ -1010,7 +1010,7 @@ Let’s us know, we’re on slack <a href="https://kubernetes.slack.com/messages
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/artifacts.html b/output/operator/artifacts.html
index 93046be90..a84acc1e5 100644
--- a/output/operator/artifacts.html
+++ b/output/operator/artifacts.html
@@ -341,7 +341,7 @@ Source releases are provided for the operator, however binaries are only provide
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/community.html b/output/operator/community.html
index ad9399018..589b7cf85 100644
--- a/output/operator/community.html
+++ b/output/operator/community.html
@@ -234,7 +234,7 @@ to obtain a personal fork from which you can later contribute your changes throu
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/features.html b/output/operator/features.html
index bc99de97a..982d5cead 100644
--- a/output/operator/features.html
+++ b/output/operator/features.html
@@ -392,7 +392,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/index.html b/output/operator/index.html
index 65a7c193c..c35d95475 100644
--- a/output/operator/index.html
+++ b/output/operator/index.html
@@ -477,7 +477,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/logos-and-assets.html b/output/operator/logos-and-assets.html
index d0e83f245..a1a6e5285 100644
--- a/output/operator/logos-and-assets.html
+++ b/output/operator/logos-and-assets.html
@@ -227,7 +227,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/news.html b/output/operator/news.html
index 9cbcfcf4c..79ab9ded2 100644
--- a/output/operator/news.html
+++ b/output/operator/news.html
@@ -321,7 +321,7 @@ Make sure to run the new <code>make prepare</code> command before submitting a P
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/operator/resources.html b/output/operator/resources.html
index 230f9a696..570fbacf8 100644
--- a/output/operator/resources.html
+++ b/output/operator/resources.html
@@ -232,7 +232,7 @@
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/privacy.html b/output/privacy.html
deleted file mode 100644
index 35562ee6a..000000000
--- a/output/privacy.html
+++ /dev/null
@@ -1,245 +0,0 @@
-<!doctype html>
-<html>
-  <head>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE- 2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0">
-
-<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
-<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
-<link rel="stylesheet" href="/theme/css/lib/foundation/normalize.css?v=4dd59757" />
-<link rel="stylesheet" href="/theme/css/lib/foundation/foundation.min.css?v=4dd59757"/>
-<link rel="stylesheet" href="/theme/css/lib/foundation/foundation-icons.css?v=4dd59757"/>
-<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
-<link rel="stylesheet" href="/theme/css/base.css?v=4dd59757" />
-<meta name="Distribution" content="Global"/>
-<meta name="Robots" content="index,follow"/>
-
-<script src="/theme/javascript/lib/jquery-2.1.1.min.js"></script>
-<script src="/theme/javascript/lib/foundation/modernizr.js?v=4dd59757"></script>
-<script src="/theme/javascript/lib/angularjs/angular.min.js?v=4dd59757"></script>
-<script src="/theme/javascript/lib/angularjs/angular-animate.min.js?v=4dd59757"></script>
-<script src="/theme/javascript/lib/foundation/foundation.min.js?v=4dd59757"></script>
-<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/></script>
-<script src="/theme/javascript/lib/jquery.smooth-scroll.min.js?v=4dd59757"></script>
-<script src="/theme/javascript/main.js?v=4dd59757"></script>
-<script src="https://www.apachecon.com/event-images/snippet.js"></script>    <title>Privacy Policy - Apache Solr</title>
-
-    <meta name="keywords"
-          content="apache, apache lucene, apache solr, solr, lucene,
-                   search, information retrieval, spell checking, faceting, inverted index, open source"/>
-     <meta property="og:type" content="website" />
-     <meta property="og:url" content="https://solr.apache.org/privacy.html"/>
-     <meta property="og:title" content="Privacy Policy"/>
-     <meta property="og:description" content="Privacy Policy for Apache Solr website Information about your use of this website is collected using server access logs, and stored..."/>
-     <meta property="og:image" content="https://solr.apache.org/theme/images/solr_og_image.png?v=4dd59757"/>
-     <meta property="og:image:secure_url" content="https://solr.apache.org/theme/solr/solr_og_image.png?v=4dd59757"/>
-
-   <link rel="icon" href="/theme/images/favicon.ico" type="image/x-icon">
-   <link rel="shortcut icon" href="/theme/images/favicon.ico" type="image/x-icon">
-  </head>
-
-  <body class="page "  x-ng-app="page" x-ng-controller="page.controllers.main">
-<div class="contain-to-grid">
-  <div class="header-section">
-    <nav class="top-bar" data-topbar role="navigation">
-      <ul class="title-area">
-        <li class="name">
-          <a href="/"><img class="logo" src="/theme/images/logo.svg" /></a>
-        </li>
-        <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
-      </ul>
-
-      <div class="top-bar-section">
-        <ul class="navigation right">
-          <li>
-            <a href="/news.html">News</a>
-          </li>
-          <li>
-            <a href="/security.html">Security</a>
-          </li>
-          <li>
-            <a href="/features.html">Features</a>
-          </li>
-          <li>
-            <a href="/resources.html">Resources</a>
-          </li>
-          <li>
-            <a href="/community.html">Community</a>
-          </li>
-          <li>
-            <a href="/whoweare.html">Project</a>
-          </li>
-          <li>
-            <a href="/operator/">Solr Operator</a>
-          </li>
-<!-- TODO Search not working as of feb 2021, disabling
-          <li class="toggle">
-            <a ng-hide="toggled" ng-click="toggle();" href="#">Search</a>
-            <div id="search">
-<form id="quick-search" method="GET" action="https://sematext.com/opensee/solr" name="searchform">
-  <fieldset>
-    <div ng-show="toggled" class="search-box ng-hide">
-      <input type="search" name="q" placeholder="Search..." accesskey="q"/>
-      <a class="search-button" type="submit" onclick="this.closest('form').submit();return false;"><img src="/theme/images/magnifying-glass.png"/></a>
-    </div>
-  </fieldset>
-</form>            </div>
-          </li>
--->
-          <li>
-            <a class="btn" href="/downloads.html">Download</a>
-          </li>
-        </ul>
-      </div>
-    </nav>
-  </div>
-</div>
-
-<div class="header-fill"></div>
-<div class="container">
-  <div class="row">
-<h1 id="privacy-policy-for-apache-solr-website">Privacy Policy for Apache Solr website</h1>
-<p>Information about your use of this website is collected using server access logs, and stored in aggregated and 
-anonoymized form for the purpose of usage statistics. We don't use 3rd party trackers.</p>  </div>
-</div>
-    <footer>
-<div class="row">
-  <div class="small-6 medium-3 columns">
-    <h4>Features</h4>
-    <ul>
-      <li><a href="/features.html">Overview</a></li>
-      <li><a href="/features.html#data-handling">Data Handling</a></li>
-      <li><a href="/features.html#query">Querying</a></li>
-      <li><a href="/features.html#facets">Faceting</a></li>
-      <li><a href="/features.html#discovery">Discovery</a></li>
-      <li><a href="/features.html#plugins">Plugins and Extensions</a></li>
-      <li><a href="/features.html#stats">Statistics and Aggregations</a></li>
-      <li><a href="/features.html#spatial">Spatial</a></li>
-      <li><a href="/features.html#rich-content">Rich Content</a></li>
-      <li><a href="/features.html#performance">Performance</a></li>
-      <li><a href="/features.html#solrcloud">Scaling with SolrCloud</a></li>
-      <li><a href="/features.html#admin-ui">User Interface</a></li>
-    </ul>
-  </div>
-  <div class="small-6 medium-3 columns">
-    <h4>Resources</h4>
-    <ul>
-      <li><a href="/resources.html#tutorials">Tutorial</a></li>
-      <li><a href="/resources.html#documentation">Docs</a></li>
-      <li><a href="/resources.html#solr-books">Books</a></li>
-      <li><a href="/resources.html#presentations">Presentations</a></li>
-      <li><a href="/resources.html#videos">Videos</a></li>
-      <li><a href="/logos-and-assets.html">Solr Logos and Assets</a></li>
-      <li><a href="/editing-website.html">Editing this Website</a></li>
-      <br/>
-      <li><a href="https://www.apache.org/">Apache Software Foundation</a></li>
-      <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
-      <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-      <li><a href="https://www.apache.org/security/">Security</a></li>
-      <li><a href="https://www.apache.org/licenses/">License</a></li>
-    </ul>
-  </div>
-  <div class="small-6 medium-3 columns">
-    <h4>Get Started</h4>
-    <ul>
-      <li><a href="/downloads.html">Download</a></li>
-      <li><a href="/guide/solr-tutorial.html">Run Through the Tutorial</a></li>
-      <li><a href="/resources.html">Level Up</a></li>
-    </ul>
-    <br/>
-    <h4>Community</h4>
-    <ul>
-      <li><a href="/community.html#support">Support</a></li>
-      <li><a href="/community.html#mailing-lists-irc">Mailing Lists</a></li>
-      <li><a href="/community.html#issue-tracker">Issues (JIRA)</a></li>
-      <li><a href="/community.html#how-to-contribute">Contribute</a></li>
-      <li><a href="/community.html#version-control">Version control (GIT)</a></li>
-    </ul>
-  </div>
-  <div class="small-6 medium-3 columns">
-    <h4>Related Projects</h4>
-    <ul>
-      <li><a href="http://lucene.apache.org/">Apache Lucene</a></li>
-      <li><a href="http://zookeeper.apache.org/">Apache Zookeeper</a></li>
-      <li><a href="http://tika.apache.org/">Apache Tika</a></li>
-      <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>
-      <li><a href="http://spark.apache.org/">Apache Spark</a></li>
-      <li><a href="http://nutch.apache.org/">Apache Nutch</a></li>
-      <li><a href="http://zeppelin.apache.org/">Apache Zeppelin</a></li>
-      <li><a href="http://opennlp.apache.org/">Apache OpenNLP</a></li>
-    </ul>
-  </div>
-</div>
-<div class="row copyright">
-<div class="large-centered columns">
-  <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
-    Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
-    Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
-    Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
-    All non-Apache logos are the trademarks of their respective owners.</p>
-</div></div>    </footer>
-
-<script>
-  $(document).foundation();
-</script>
-<script>
-  $(document).ready(function(){
-    $('.slider').slick({
-      infinite: false,
-      speed: 300,
-      slidesToShow: 6,
-      slidesToScroll: 6,
-      responsive: [
-        {
-          breakpoint: 1024,
-          settings: {
-            slidesToShow: 4,
-            slidesToScroll: 4,
-            infinite: true
-          }
-        },
-        {
-          breakpoint: 600,
-          settings: {
-            slidesToShow: 3,
-            slidesToScroll: 3
-          }
-        },
-        {
-          breakpoint: 480,
-          settings: {
-            slidesToShow: 2,
-            slidesToScroll: 2
-          }
-        },
-        {
-          breakpoint: 320,
-          settings: {
-            slidesToShow: 1,
-            slidesToScroll: 1
-          }
-        }
-      ],
-      prevArrow: '<i class="fa fa-angle-left fa-2x slider-prev"></i>',
-      nextArrow: '<i class="fa fa-angle-right fa-2x slider-next"></i>'
-    });
-  });
-</script>  </body>
-</html>
\ No newline at end of file
diff --git a/output/resources.html b/output/resources.html
index 0676ebc45..a548853b6 100644
--- a/output/resources.html
+++ b/output/resources.html
@@ -386,7 +386,7 @@ Rafał Kuć is proud to introduce a new book on Solr, <a href="http://www.packtp
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/security.html b/output/security.html
index e41d5b93b..13d5d174a 100644
--- a/output/security.html
+++ b/output/security.html
@@ -721,7 +721,7 @@ secure Solr servers.</p>
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.
diff --git a/output/whoweare.html b/output/whoweare.html
index 085838933..11df0751b 100644
--- a/output/whoweare.html
+++ b/output/whoweare.html
@@ -259,7 +259,7 @@ have direct write access to the source repositories. Developers may be invited a
 <div class="row copyright">
 <div class="large-centered columns">
   <p>Copyright © 2022 The Apache Software Foundation, Licensed under the
-    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="/privacy.html">Privacy Policy</a><br/>
+    <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
     Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a> for more information.