Modified: sites/solr/guide/8_7/phonetic-matching.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/phonetic-matching.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/phonetic-matching.html (original) +++ sites/solr/guide/8_7/phonetic-matching.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Phonetic Matching | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/phonetic-matching.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1745,11 +1745,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1774,7 +1774,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body>
Modified: sites/solr/guide/8_7/ping.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/ping.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/ping.html (original) +++ sites/solr/guide/8_7/ping.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Ping | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/ping.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1737,11 +1737,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1766,7 +1766,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/plugins-stats-screen.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/plugins-stats-screen.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/plugins-stats-screen.html (original) +++ sites/solr/guide/8_7/plugins-stats-screen.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Plugins & Stats Screen | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/plugins-stats-screen.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1703,11 +1703,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1732,7 +1732,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/post-tool.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/post-tool.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/post-tool.html (original) +++ sites/solr/guide/8_7/post-tool.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Post Tool | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/post-tool.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1781,11 +1781,11 @@ The <code>-Dauto</code> System property </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1810,7 +1810,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/probability-distributions.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/probability-distributions.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/probability-distributions.html (original) +++ sites/solr/guide/8_7/probability-distributions.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Probability Distributions | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/probability-distributions.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1955,11 +1955,11 @@ multivariate normal distribution.</p> </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1984,7 +1984,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/putting-the-pieces-together.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/putting-the-pieces-together.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/putting-the-pieces-together.html (original) +++ sites/solr/guide/8_7/putting-the-pieces-together.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Putting the Pieces Together | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/8_11/putting-the-pieces-together.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1738,11 +1738,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1767,7 +1767,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/query-re-ranking.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/query-re-ranking.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/query-re-ranking.html (original) +++ sites/solr/guide/8_7/query-re-ranking.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Query Re-Ranking | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/query-re-ranking.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1718,11 +1718,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1747,7 +1747,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/query-screen.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/query-screen.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/query-screen.html (original) +++ sites/solr/guide/8_7/query-screen.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Query Screen | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/query-screen.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1708,11 +1708,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1737,7 +1737,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/query-settings-in-solrconfig.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/query-settings-in-solrconfig.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/query-settings-in-solrconfig.html (original) +++ sites/solr/guide/8_7/query-settings-in-solrconfig.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Query Settings in SolrConfig | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/caches-warming.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1850,11 +1850,11 @@ to the JVM. The enabled flag can be used </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1879,7 +1879,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/query-syntax-and-parsing.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/query-syntax-and-parsing.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/query-syntax-and-parsing.html (original) +++ sites/solr/guide/8_7/query-syntax-and-parsing.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Query Syntax and Parsing | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/query-syntax-and-parsers.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1703,11 +1703,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1732,7 +1732,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/realtime-get.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/realtime-get.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/realtime-get.html (original) +++ sites/solr/guide/8_7/realtime-get.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>RealTime Get | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/realtime-get.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1801,11 +1801,11 @@ http://localhost:8983/api/collections/te </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1830,7 +1830,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/regression.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/regression.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/regression.html (original) +++ sites/solr/guide/8_7/regression.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Linear Regression | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/regression.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -2021,11 +2021,11 @@ the predictions stored variable <strong> </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -2050,7 +2050,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/reindexing.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/reindexing.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/reindexing.html (original) +++ sites/solr/guide/8_7/reindexing.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Reindexing | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/reindexing.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1844,11 +1844,11 @@ to the new collection seamlessly.</p> </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1873,7 +1873,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/relevance.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/relevance.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/relevance.html (original) +++ sites/solr/guide/8_7/relevance.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Relevance | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/getting-started/relevance.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1710,11 +1710,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1739,7 +1739,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/replica-management.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/replica-management.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/replica-management.html (original) +++ sites/solr/guide/8_7/replica-management.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Replica Management Commands | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/replica-management.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1866,11 +1866,11 @@ http://localhost:8983/solr/admin/collect </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1895,7 +1895,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/replication-screen.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/replication-screen.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/replication-screen.html (original) +++ sites/solr/guide/8_7/replication-screen.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Replication Screen | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/user-managed-index-replication.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1715,11 +1715,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1744,7 +1744,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/request-parameters-api.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/request-parameters-api.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/request-parameters-api.html (original) +++ sites/solr/guide/8_7/request-parameters-api.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Request Parameters API | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/request-parameters-api.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1803,11 +1803,11 @@ curl http://localhost:8983/solr/techprod </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1832,7 +1832,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/requestdispatcher-in-solrconfig.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/requestdispatcher-in-solrconfig.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/requestdispatcher-in-solrconfig.html (original) +++ sites/solr/guide/8_7/requestdispatcher-in-solrconfig.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>RequestDispatcher in SolrConfig | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/requestdispatcher.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1753,11 +1753,11 @@ A value of "true" will route query reque </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1782,7 +1782,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/requesthandlers-and-searchcomponents-in-solrconfig.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/requesthandlers-and-searchcomponents-in-solrconfig.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/requesthandlers-and-searchcomponents-in-solrconfig.html (original) +++ sites/solr/guide/8_7/requesthandlers-and-searchcomponents-in-solrconfig.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>RequestHandlers and SearchComponents in SolrConfig | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/requesthandlers-searchcomponents.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1785,11 +1785,11 @@ </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1814,7 +1814,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body> Modified: sites/solr/guide/8_7/resource-loading.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_7/resource-loading.html?rev=1089758&r1=1089757&r2=1089758&view=diff ============================================================================== --- sites/solr/guide/8_7/resource-loading.html (original) +++ sites/solr/guide/8_7/resource-loading.html Tue Apr 15 19:27:42 2025 @@ -11,32 +11,32 @@ <title>Resource Loading | Apache Solr Reference Guide 8.7</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/resource-loading.html"> -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" rel="stylesheet"/> +<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/navs.css "> <link rel="stylesheet" href="css/ref-guide.css"> <link rel="stylesheet" href="css/decoration.css"> <link rel="stylesheet" href="css/search.css"> <!-- JQuery - we can't use slim because navgoco relies on ajax --> -<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" src="js/jquery-3.5.1.min.js"></script> <!-- Scrollbar Custom CSS --> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous"> +<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" rel="stylesheet"/> -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script> <link rel="shortcut icon" href="images/icons/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> -<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> -<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> +<script src="js/html5shiv-3.7.0.js"></script> +<script src="js/respond-1.4.2.min.js"></script> <![endif]--> <script> @@ -1717,11 +1717,11 @@ That might make sense for default resour </div> </div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" src="js/popper-1.14.3.min.js"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script> +<script crossorigin="anonymous" src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> +<script crossorigin="anonymous" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" src="js/bootstrap-4.1.3.min.js"></script> <script src="js/customscripts.js"></script> @@ -1746,7 +1746,7 @@ MathJax.Hub.Config({ } }); </script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script> +<script src="js/tex-mml-chtml.js"></script> </body>
