Modified: sites/solr/guide/8_9/documents-fields-and-schema-design.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/documents-fields-and-schema-design.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/documents-fields-and-schema-design.html (original) +++ sites/solr/guide/8_9/documents-fields-and-schema-design.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Documents, Fields, and Schema Design | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/fields.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_9/documents-screen.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/documents-screen.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/documents-screen.html (original) +++ sites/solr/guide/8_9/documents-screen.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Documents Screen | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/documents-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> @@ -1769,11 +1769,11 @@ More information can be found at: <a hr </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> @@ -1798,7 +1798,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_9/docvalues.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/docvalues.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/docvalues.html (original) +++ sites/solr/guide/8_9/docvalues.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>DocValues | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/docvalues.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> @@ -1776,11 +1776,11 @@ Lucene index back-compatibility is only </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> @@ -1805,7 +1805,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_9/dsp.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/dsp.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/dsp.html (original) +++ sites/solr/guide/8_9/dsp.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Digital Signal Processing | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/dsp.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> @@ -1892,11 +1892,11 @@ shows that there is considerable noise a </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> @@ -1921,7 +1921,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_9/dynamic-fields.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/dynamic-fields.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/dynamic-fields.html (original) +++ sites/solr/guide/8_9/dynamic-fields.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Dynamic Fields | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/dynamic-fields.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> @@ -1731,11 +1731,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> @@ -1760,7 +1760,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_9/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/enabling-ssl.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/enabling-ssl.html (original) +++ sites/solr/guide/8_9/enabling-ssl.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Enabling SSL | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/deployment-guide/enabling-ssl.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> @@ -1989,11 +1989,11 @@ java -Djavax.net.ssl.keyStorePassword<sp </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> @@ -2018,7 +2018,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_9/errata.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/errata.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/errata.html (original) +++ sites/solr/guide/8_9/errata.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Errata | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/8_11/errata.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> @@ -1732,11 +1732,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> @@ -1761,7 +1761,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_9/exporting-result-sets.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/exporting-result-sets.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/exporting-result-sets.html (original) +++ sites/solr/guide/8_9/exporting-result-sets.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Exporting Result Sets | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/exporting-result-sets.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> @@ -1763,11 +1763,11 @@ handler parameter).</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> @@ -1792,7 +1792,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_9/faceting.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/faceting.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/faceting.html (original) +++ sites/solr/guide/8_9/faceting.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Faceting | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/faceting.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> @@ -2073,11 +2073,11 @@ facet.pivot={!range=r1}cat,inStock</code </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> @@ -2102,7 +2102,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_9/field-properties-by-use-case.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/field-properties-by-use-case.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/field-properties-by-use-case.html (original) +++ sites/solr/guide/8_9/field-properties-by-use-case.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Field Properties by Use Case | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-properties-by-use-case.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> @@ -1728,11 +1728,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> @@ -1757,7 +1757,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_9/field-type-definitions-and-properties.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/field-type-definitions-and-properties.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/field-type-definitions-and-properties.html (original) +++ sites/solr/guide/8_9/field-type-definitions-and-properties.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Field Type Definitions and Properties | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-type-definitions-and-properties.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 @@ </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_9/field-types-included-with-solr.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/field-types-included-with-solr.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/field-types-included-with-solr.html (original) +++ sites/solr/guide/8_9/field-types-included-with-solr.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Field Types Included with Solr | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/field-types-included-with-solr.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 @@ All Trie* numeric and date field types h </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_9/files-screen.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/files-screen.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/files-screen.html (original) +++ sites/solr/guide/8_9/files-screen.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Files Screen | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/configuration-files.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> @@ -1733,11 +1733,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> @@ -1762,7 +1762,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_9/filter-descriptions.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/filter-descriptions.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/filter-descriptions.html (original) +++ sites/solr/guide/8_9/filter-descriptions.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Filter Descriptions | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/indexing-guide/filters.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> @@ -2715,11 +2715,11 @@ $ => DIGIT </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> @@ -2744,7 +2744,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_9/format-of-solr-xml.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/format-of-solr-xml.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/format-of-solr-xml.html (original) +++ sites/solr/guide/8_9/format-of-solr-xml.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Format of solr.xml | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/configuration-guide/configuring-solr-xml.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> @@ -1810,11 +1810,11 @@ The <code>dividend</code> parameter must </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> @@ -1839,7 +1839,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_9/function-queries.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/function-queries.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/function-queries.html (original) +++ sites/solr/guide/8_9/function-queries.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Function Queries | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/function-queries.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> @@ -1984,11 +1984,11 @@ If doc1:(fieldX:A B C) and doc2:(fieldX: </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> @@ -2013,7 +2013,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_9/further-assistance.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/further-assistance.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/further-assistance.html (original) +++ sites/solr/guide/8_9/further-assistance.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Further Assistance | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/community.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> @@ -1726,11 +1726,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> @@ -1755,7 +1755,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_9/getting-started-with-solrcloud.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/getting-started-with-solrcloud.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/getting-started-with-solrcloud.html (original) +++ sites/solr/guide/8_9/getting-started-with-solrcloud.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Getting Started with SolrCloud | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solrcloud.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 @@ bin/solr start -cloud -s example/cloud/n </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_9/getting-started.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/getting-started.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/getting-started.html (original) +++ sites/solr/guide/8_9/getting-started.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Getting Started | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/getting-started/introduction.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> @@ -1730,11 +1730,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> @@ -1759,7 +1759,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_9/graph-traversal.html URL: http://svn.apache.org/viewvc/sites/solr/guide/8_9/graph-traversal.html?rev=1089760&r1=1089759&r2=1089760&view=diff ============================================================================== --- sites/solr/guide/8_9/graph-traversal.html (original) +++ sites/solr/guide/8_9/graph-traversal.html Tue Apr 15 19:30:54 2025 @@ -11,32 +11,32 @@ <title>Graph Traversal | Apache Solr Reference Guide 8.9</title> <link rel="canonical" href="https://solr.apache.org/guide/solr/latest/query-guide/graph-traversal.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> @@ -2048,11 +2048,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> @@ -2077,7 +2077,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>
