You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/03 17:30:52 UTC

svn commit: r1011589 [3/9] - in /websites/production/lucene/content/solr/guide/test-10290: ./ css/

Modified: websites/production/lucene/content/solr/guide/test-10290/distributed-requests.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/distributed-requests.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/distributed-requests.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1503,17 +1513,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=distributed-requests" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=distributed-requests" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=distributed-requests"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=distributed-requests"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/distributed-search-with-index-sharding.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/distributed-search-with-index-sharding.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/distributed-search-with-index-sharding.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1541,17 +1551,17 @@ bin<span style="color: #666666">/</span>
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=distributed-search-with-index-sharding" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=distributed-search-with-index-sharding" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=distributed-search-with-index-sharding"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=distributed-search-with-index-sharding"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/documents-fields-and-schema-design.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/documents-fields-and-schema-design.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/documents-fields-and-schema-design.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1329,17 +1339,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=documents-fields-and-schema-design" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=documents-fields-and-schema-design" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=documents-fields-and-schema-design"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=documents-fields-and-schema-design"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/documents-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/documents-screen.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/documents-screen.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1402,17 +1412,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=documents-screen" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=documents-screen" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=documents-screen"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=documents-screen"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/docvalues.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/docvalues.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/docvalues.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1432,17 +1442,17 @@ When retrieving fields from their docVal
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=docvalues" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=docvalues" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=docvalues"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=docvalues"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/dynamic-fields.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/dynamic-fields.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/dynamic-fields.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1329,17 +1339,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=dynamic-fields" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=dynamic-fields" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=dynamic-fields"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=dynamic-fields"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/enabling-ssl.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/enabling-ssl.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/enabling-ssl.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1750,17 +1760,17 @@ client<span style="color: #666666">.</sp
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=enabling-ssl" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=enabling-ssl" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=enabling-ssl"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=enabling-ssl"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/errata.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/errata.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/errata.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1322,17 +1332,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=errata" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=errata" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=errata"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=errata"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/exporting-result-sets.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/exporting-result-sets.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/exporting-result-sets.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1367,17 +1377,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=exporting-result-sets" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=exporting-result-sets" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=exporting-result-sets"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=exporting-result-sets"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/faceting.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/faceting.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/faceting.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -2406,17 +2416,17 @@ facet<span style="color: #666666">.</spa
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=faceting" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=faceting" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=faceting"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=faceting"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/feed.xml
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/feed.xml (original)
+++ websites/production/lucene/content/solr/guide/test-10290/feed.xml Wed May  3 17:30:48 2017
@@ -5,8 +5,8 @@
         <description>The Apache Solr Reference Guide is the official documentation for the Apache Solr project.</description>
         <link>https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full</link>
         <atom:link href="https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/feed.xml" rel="self" type="application/rss+xml"/>
-        <pubDate>Wed, 26 Apr 2017 21:20:02 -0500</pubDate>
-        <lastBuildDate>Wed, 26 Apr 2017 21:20:02 -0500</lastBuildDate>
+        <pubDate>Wed, 03 May 2017 11:13:11 -0500</pubDate>
+        <lastBuildDate>Wed, 03 May 2017 11:13:11 -0500</lastBuildDate>
         <generator>Jekyll v3.3.1</generator>
         
         <item>
@@ -752,48 +752,272 @@ http://localhost:8983/solr/.system/blob/
         </item>
         
         <item>
-            <title>Apache Solr Reference Guide</title>
-            <description>&lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;This reference guide describes Apache Solr, the open source solution for search. You can download Apache Solr from the Solr website at &lt;a href=&quot;http://lucene.apache.org/solr/&quot; class=&quot;bare&quot;&gt;http://lucene.apache.org/solr/&lt;/a&gt;.&lt;/p&gt;
+            <title>Authentication and Authorization Plugins</title>
+            <description>&lt;div id=&quot;preamble&quot;&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;Solr has security frameworks for supporting authentication and authorization of users. This allows for verifying a user&amp;#8217;s identity and for restricting access to resources in a Solr cluster. Solr includes some plugins out of the box, and additional plugins can be developed using the authentication and authorization frameworks described below.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;All authentication and authorization plugins can work with Solr whether they are running in SolrCloud mode or standalone mode. All authentication and authorization configuration, including users and permission rules, are stored in a file named &lt;code&gt;security.json&lt;/code&gt;. When using Solr in standalone mode, this file must be in the &lt;code&gt;$SOLR_HOME&lt;/code&gt; directory (usually &lt;code&gt;server/solr&lt;/code&gt;). When using SolrCloud, this file must be located in ZooKeeper.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;The following section describes how to enable plugins with &lt;code&gt;security.json&lt;/code&gt; and place them in the proper locations for your mode of operation.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/div&gt;
 &lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;AuthenticationandAuthorizationPlugins-EnablePluginswithsecurity.json&quot;&gt;Enable Plugins with security.json&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;This Guide contains the following sections:&lt;/p&gt;
+&lt;p&gt;All of the information required to initialize either type of security plugin is stored in a &lt;code&gt;security.json&lt;/code&gt; file. This file contains 2 sections, one each for authentication and authorization.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;&lt;strong&gt;security.json&lt;/strong&gt;&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;listingblock&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;pre class=&quot;pygments highlight&quot;&gt;&lt;code data-lang=&quot;java&quot;&gt;&lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+  &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;authentication&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class.that.implements.authentication&amp;quot;&lt;/span&gt;
+  &lt;span style=&quot;color: #666666&quot;&gt;},&lt;/span&gt;
+  &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;authorization&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class.that.implements.authorization&amp;quot;&lt;/span&gt;
+  &lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;
+&lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;getting-started.html#getting-started&quot;&gt;Getting Started&lt;/a&gt;&lt;/strong&gt;: This section guides you through the installation and setup of Solr.&lt;/p&gt;
+&lt;p&gt;The &lt;code&gt;/security.json&lt;/code&gt; file needs to be in the proper location before a Solr instance comes up so Solr starts with the security plugin enabled. See the section &lt;a href=&quot;#AuthenticationandAuthorizationPlugins-Usingsecurity.jsonwithSolr&quot;&gt;Using security.json with Solr&lt;/a&gt; below for information on how to do this.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;using-the-solr-administration-user-interface.html#using-the-solr-administration-user-interface&quot;&gt;Using the Solr Administration User Interface&lt;/a&gt;&lt;/strong&gt;: This section introduces the Solr Web-based user interface. From your browser you can view configuration files, submit queries, view logfile settings and Java environment settings, and monitor and control distributed configurations.&lt;/p&gt;
+&lt;p&gt;Depending on the plugin(s) in use, other information will be stored in &lt;code&gt;security.json&lt;/code&gt; such as user information or rules to create roles and permissions. This information is added through the APIs for each plugin provided by Solr, or, in the case of a custom plugin, the approach designed by you.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;documents-fields-and-schema-design.html#documents-fields-and-schema-design&quot;&gt;Documents, Fields, and Schema Design&lt;/a&gt;&lt;/strong&gt;: This section describes how Solr organizes its data for indexing. It explains how a Solr schema defines the fields and field types which Solr uses to organize data within the document files it indexes.&lt;/p&gt;
+&lt;p&gt;Here is a more detailed &lt;code&gt;security.json&lt;/code&gt; example. In this, the Basic authentication and rule-based authorization plugins are enabled, and some data has been added:&lt;/p&gt;
 &lt;/div&gt;
+&lt;div class=&quot;listingblock&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;pre class=&quot;pygments highlight&quot;&gt;&lt;code data-lang=&quot;json&quot;&gt;{
+&lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;authentication&amp;quot;&lt;/span&gt;:{
+   &lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;solr.BasicAuthPlugin&amp;quot;&lt;/span&gt;,
+   &lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;credentials&amp;quot;&lt;/span&gt;:{&lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;solr&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0= Ndd7LKvVBAaZIF0QAVi1ekCfAJXr1GGfLtRUXhgrF8c=&amp;quot;&lt;/span&gt;}
+},
+&lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;authorization&amp;quot;&lt;/span&gt;:{
+   &lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;solr.RuleBasedAuthorizationPlugin&amp;quot;&lt;/span&gt;,
+   &lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;permissions&amp;quot;&lt;/span&gt;:[{&lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;name&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;security-edit&amp;quot;&lt;/span&gt;,
+      &lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;role&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;admin&amp;quot;&lt;/span&gt;}]
+   &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;user-role&amp;quot;&lt;/span&gt;:{&lt;span style=&quot;color: #008000; font-weight: bold&quot;&gt;&amp;quot;solr&amp;quot;&lt;/span&gt;:&lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;admin&amp;quot;&lt;/span&gt;}
+}}&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;AuthenticationandAuthorizationPlugins-Usingsecurity.jsonwithSolr&quot;&gt;Using security.json with Solr&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-InSolrCloudmode&quot;&gt;In SolrCloud mode&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;While configuring Solr to use an authentication or authorization plugin, you will need to upload a &lt;code&gt;security.json&lt;/code&gt; file to ZooKeeper. The following command writes the file as it uploads it - you could also upload a file that you have already created locally.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;listingblock&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;pre class=&quot;pygments highlight&quot;&gt;&lt;code data-lang=&quot;bash&quot;&gt;&amp;gt; server/scripts/cloud-scripts/zkcli.sh -zkhost localhost:2181 -cmd put /security.json
+  &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;#39;{&amp;quot;authentication&amp;quot;: {&amp;quot;class&amp;quot;: &amp;quot;org.apache.solr.security.KerberosPlugin&amp;quot;}}&amp;#39;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;Note that this example defines the &lt;code&gt;KerberosPlugin&lt;/code&gt; for authentication. You will want to modify this section as appropriate for the plugin you are using.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;This example also defines &lt;code&gt;security.json&lt;/code&gt; on the command line, but you can also define a file locally and upload it to ZooKeeper.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;admonitionblock warning&quot;&gt;
+&lt;table&gt;
+&lt;tr&gt;
+&lt;td class=&quot;icon&quot;&gt;
+&lt;i class=&quot;fa icon-warning&quot; title=&quot;Warning&quot;&gt;&lt;/i&gt;
+&lt;/td&gt;
+&lt;td class=&quot;content&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;understanding-analyzers-tokenizers-and-filters.html#understanding-analyzers-tokenizers-and-filters&quot;&gt;Understanding Analyzers, Tokenizers, and Filters&lt;/a&gt;&lt;/strong&gt;: This section explains how Solr prepares text for indexing and searching. Analyzers parse text and produce a stream of tokens, lexical units used for indexing and searching. Tokenizers break field data down into tokens. Filters perform other transformational or selective work on token streams.&lt;/p&gt;
+&lt;p&gt;Depending on the authentication and authorization plugin that you use, you may have user information stored in &lt;code&gt;security.json&lt;/code&gt;. If so, we highly recommend that you implement access control in your ZooKeeper nodes. Information about how to enable this is available in the section &lt;a href=&quot;zookeeper-access-control.html#zookeeper-access-control&quot;&gt;ZooKeeper Access Control&lt;/a&gt;.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/table&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;indexing-and-basic-data-operations.html#indexing-and-basic-data-operations&quot;&gt;Indexing and Basic Data Operations&lt;/a&gt;&lt;/strong&gt;: This section describes the indexing process and basic index operations, such as commit, optimize, and rollback.&lt;/p&gt;
+&lt;p&gt;Once &lt;code&gt;security.json&lt;/code&gt; has been uploaded to ZooKeeper, you should use the appropriate APIs for the plugins you&amp;#8217;re using to update it. You can edit it manually, but you must take care to remove any version data so it will be properly updated across all ZooKeeper nodes. The version data is found at the end of the &lt;code&gt;security.json&lt;/code&gt; file, and will appear as the letter &quot;v&quot; followed by a number, such as &lt;code&gt;{&quot;v&quot;:138}&lt;/code&gt;.&lt;/p&gt;
 &lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-InStandaloneMode&quot;&gt;In Standalone Mode&lt;/h3&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;searching.html#searching&quot;&gt;Searching&lt;/a&gt;&lt;/strong&gt;: This section presents an overview of the search process in Solr. It describes the main components used in searches, including request handlers, query parsers, and response writers. It lists the query parameters that can be passed to Solr, and it describes features such as boosting and faceting, which can be used to fine-tune search results.&lt;/p&gt;
+&lt;p&gt;When running Solr in standalone mode, you need to create the &lt;code&gt;security.json&lt;/code&gt; file and put it in the &lt;code&gt;$SOLR_HOME&lt;/code&gt; directory for your installation (this is the same place you have located &lt;code&gt;solr.xml&lt;/code&gt; and is usually &lt;code&gt;server/solr&lt;/code&gt;).&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;the-well-configured-solr-instance.html#the-well-configured-solr-instance&quot;&gt;The Well-Configured Solr Instance&lt;/a&gt;&lt;/strong&gt;: This section discusses performance tuning for Solr. It begins with an overview of the &lt;code&gt;solrconfig.xml&lt;/code&gt; file, then tells you how to configure cores with &lt;code&gt;solr.xml&lt;/code&gt;, how to configure the Lucene index writer, and more.&lt;/p&gt;
+&lt;p&gt;If you are using &lt;a href=&quot;legacy-scaling-and-distribution.html#legacy-scaling-and-distribution&quot;&gt;Legacy Scaling and Distribution&lt;/a&gt;, you will need to place &lt;code&gt;security.json&lt;/code&gt; on each node of the cluster.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;managing-solr.html#managing-solr&quot;&gt;Managing Solr&lt;/a&gt;&lt;/strong&gt;: This section discusses important topics for running and monitoring Solr. Other topics include how to back up a Solr instance, and how to run Solr with Java Management Extensions (JMX).&lt;/p&gt;
+&lt;p&gt;You can use the authentication and authorization APIs, but if you are using the legacy scaling model, you will need to make the same API requests on each node separately. You can also edit &lt;code&gt;security.json&lt;/code&gt; by hand if you prefer.&lt;/p&gt;
 &lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;AuthenticationandAuthorizationPlugins-Authentication&quot;&gt;Authentication&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;solrcloud.html#solrcloud&quot;&gt;SolrCloud&lt;/a&gt;&lt;/strong&gt;: This section describes the newest and most exciting of Solr&amp;#8217;s new features, SolrCloud, which provides comprehensive distributed capabilities.&lt;/p&gt;
+&lt;p&gt;Authentication plugins help in securing the endpoints of Solr by authenticating incoming requests. A custom plugin can be implemented by extending the AuthenticationPlugin class.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;legacy-scaling-and-distribution.html#legacy-scaling-and-distribution&quot;&gt;Legacy Scaling and Distribution&lt;/a&gt;&lt;/strong&gt;: This section tells you how to grow a Solr distribution by dividing a large index into sections called shards, which are then distributed across multiple servers, or by replicating a single index across multiple services.&lt;/p&gt;
+&lt;p&gt;An authentication plugin consists of two parts:&lt;/p&gt;
 &lt;/div&gt;
+&lt;div class=&quot;olist arabic&quot;&gt;
+&lt;ol class=&quot;arabic&quot;&gt;
+&lt;li&gt;
+&lt;p&gt;Server-side component, which intercepts and authenticates incoming requests to Solr using a mechanism defined in the plugin, such as Kerberos, Basic Auth or others.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;Client-side component, i.e., an extension of &lt;code&gt;HttpClientConfigurer&lt;/code&gt;, which enables a SolrJ client to make requests to a secure Solr instance using the authentication mechanism which the server understands.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ol&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-EnablingaPlugin&quot;&gt;Enabling a Plugin&lt;/h3&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;Specify the authentication plugin in &lt;code&gt;/security.json&lt;/code&gt; as in this example:&lt;/p&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;client-apis.html#client-apis&quot;&gt;Client APIs&lt;/a&gt;&lt;/strong&gt;: This section tells you how to access Solr through various client APIs, including JavaScript, JSON, and Ruby.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;security.json&lt;/strong&gt;&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;listingblock&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;pre class=&quot;pygments highlight&quot;&gt;&lt;code data-lang=&quot;java&quot;&gt;&lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+  &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;authentication&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class.that.implements.authentication&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;,&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;other_data&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;...&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;
+&lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;All of the content in the authentication block of &lt;code&gt;security.json&lt;/code&gt; would be passed on as a map to the plugin during initialization.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;An authentication plugin can also be used with a standalone Solr instance by passing in &lt;code&gt;-DauthenticationPlugin=&amp;lt;plugin class name&amp;gt;&lt;/code&gt; during the startup.&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-AvailableAuthenticationPlugins&quot;&gt;Available Authentication Plugins&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;Solr has two implementations of authentication plugins:&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href=&quot;kerberos-authentication-plugin.html#kerberos-authentication-plugin&quot;&gt;Kerberos Authentication Plugin&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href=&quot;basic-authentication-plugin.html#basic-authentication-plugin&quot;&gt;Basic Authentication Plugin&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href=&quot;hadoop-authentication-plugin.html#hadoop-authentication-plugin&quot;&gt;Hadoop Authentication Plugin&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;AuthenticationandAuthorizationPlugins-Authorization&quot;&gt;Authorization&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;An authorization plugin can be written for Solr by extending the &lt;a href=&quot;https://lucene.apache.org/solr/7_0_0//solr-core/org/apache/solr/security/AuthorizationPlugin.html&quot;&gt;AuthorizationPlugin&lt;/a&gt; interface.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-LoadingaCustomPlugin&quot;&gt;Loading a Custom Plugin&lt;/h3&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;Make sure that the plug-in implementation is in the classpath.&lt;/p&gt;
+&lt;/li&gt;
+&lt;li&gt;
+&lt;p&gt;The plugin can then be initialized by specifying the same in &lt;code&gt;security.json&lt;/code&gt; in the following manner:&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;&lt;strong&gt;security.json&lt;/strong&gt;&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;listingblock&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;pre class=&quot;pygments highlight&quot;&gt;&lt;code data-lang=&quot;java&quot;&gt;&lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+  &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;authorization&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;{&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;class&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;org.apache.solr.security.MockAuthorizationPlugin&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;,&lt;/span&gt;
+    &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;other_data&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #666666&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #BA2121&quot;&gt;&amp;quot;...&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;
+&lt;span style=&quot;color: #666666&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;All of the content in the &lt;code&gt;authorization&lt;/code&gt; block of &lt;code&gt;security.json&lt;/code&gt; would be passed on as a map to the plugin during initialization.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;admonitionblock important&quot;&gt;
+&lt;table&gt;
+&lt;tr&gt;
+&lt;td class=&quot;icon&quot;&gt;
+&lt;i class=&quot;fa icon-important&quot; title=&quot;Important&quot;&gt;&lt;/i&gt;
+&lt;/td&gt;
+&lt;td class=&quot;content&quot;&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;The authorization plugin is only supported in SolrCloud mode. Also, reloading the plugin isn&amp;#8217;t supported at this point and requires a restart of the Solr instance (meaning, the JVM should be restarted, not simply a core reload).&lt;/p&gt;
+&lt;/div&gt;
+&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/table&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-AvailableAuthorizationPlugins&quot;&gt;Available Authorization Plugins&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;Solr has one implementation of an authorization plugin:&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;ulist&quot;&gt;
+&lt;ul&gt;
+&lt;li&gt;
+&lt;p&gt;&lt;a href=&quot;rule-based-authorization-plugin.html#rule-based-authorization-plugin&quot;&gt;Rule-Based Authorization Plugin&lt;/a&gt;&lt;/p&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect1&quot;&gt;
+&lt;h2 id=&quot;AuthenticationandAuthorizationPlugins-PKI&quot;&gt;Securing Inter-Node Requests&lt;/h2&gt;
+&lt;div class=&quot;sectionbody&quot;&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;There are a lot of requests that originate from the Solr nodes itself. e.g., requests from overseer to nodes, recovery threads, etc. Each Authentication plugin declares whether it is capable of securing inter-node requests or not. If not, Solr will fall back to using a special internode authentication mechanism where each Solr node is a super user and is fully trusted by other Solr nodes, described below.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;sect2&quot;&gt;
+&lt;h3 id=&quot;AuthenticationandAuthorizationPlugins-PKIAuthenticationPlugin&quot;&gt;PKIAuthenticationPlugin&lt;/h3&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;The PKIAuthenticationPlugin is used when there is any request going on between two Solr nodes, and the configured Authentication plugin does not wish to handle inter-node security.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;For each outgoing request &lt;code&gt;PKIAuthenticationPlugin&lt;/code&gt; adds a special header &lt;code&gt;'SolrAuth'&lt;/code&gt; which carries the timestamp and principal encrypted using the private key of that node. The public key is exposed through an API so that any node can read it whenever it needs it. Any node who gets the request with that header, would get the public key from the sender and decrypt the information. If it is able to decrypt the data, the request trusted. It is invalid if the timestamp is more than 5 secs old. This assumes that the clocks of different nodes in the cluster are synchronized.&lt;/p&gt;
+&lt;/div&gt;
+&lt;div class=&quot;paragraph&quot;&gt;
+&lt;p&gt;The timeout is configurable through a system property called &lt;code&gt;pkiauth.ttl&lt;/code&gt;. For example, if you wish to bump up the time-to-live to 10 seconds (10000 milliseconds), start each node with a property &lt;code&gt;'-Dpkiauth.ttl=10000'&lt;/code&gt;.&lt;/p&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;/div&gt;
 &lt;/div&gt;</description>
-            <link>https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/apache-solr-reference-guide.html</link>
-            <guid isPermaLink="true">https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/apache-solr-reference-guide.html</guid>
+            <link>https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/authentication-and-authorization-plugins.html</link>
+            <guid isPermaLink="true">https://home.apache.org/~ctargett/RefGuidePOC/jekyll-full/authentication-and-authorization-plugins.html</guid>
             
         </item>
         

Modified: websites/production/lucene/content/solr/guide/test-10290/field-properties-by-use-case.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/field-properties-by-use-case.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/field-properties-by-use-case.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1421,17 +1431,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-properties-by-use-case" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=field-properties-by-use-case" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-properties-by-use-case"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=field-properties-by-use-case"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/field-type-definitions-and-properties.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/field-type-definitions-and-properties.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/field-type-definitions-and-properties.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1552,17 +1562,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-type-definitions-and-properties" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=field-type-definitions-and-properties" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-type-definitions-and-properties"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=field-type-definitions-and-properties"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/field-types-included-with-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/field-types-included-with-solr.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/field-types-included-with-solr.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1422,17 +1432,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-types-included-with-solr" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=field-types-included-with-solr" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=field-types-included-with-solr"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=field-types-included-with-solr"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/files-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/files-screen.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/files-screen.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1332,17 +1342,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=files-screen" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=files-screen" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=files-screen"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=files-screen"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/filter-descriptions.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/filter-descriptions.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/filter-descriptions.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -3756,17 +3766,17 @@ $ =&gt; DIGIT
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=filter-descriptions" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=filter-descriptions" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=filter-descriptions"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=filter-descriptions"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/test-10290/format-of-solr-xml.html
==============================================================================
--- websites/production/lucene/content/solr/guide/test-10290/format-of-solr-xml.html (original)
+++ websites/production/lucene/content/solr/guide/test-10290/format-of-solr-xml.html Wed May  3 17:30:48 2017
@@ -13,6 +13,7 @@
 <link rel="stylesheet" href="css/customstyles.css">
 <link rel="stylesheet" href="css/theme-solr.css">
 <link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/comments.css">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
@@ -75,12 +76,21 @@
                 <span class="icon-bar"></span>
                 <span class="icon-bar"></span>
             </button>
-            <a class="fa fa-home fa-lg navbar-brand" href="apache-solr-reference-guide.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
+            <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> Solr Ref Guide 7.0</span></a>
         </div>
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
                 <!-- Link to Solr website -->
                 <li><a href="https://lucene.apache.org/solr/news" target="_blank">Solr News</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide" target="_blank">PDF for Latest Release</a></li>
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
                 <!-- Solr Resources dropdown -->
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
@@ -1614,17 +1624,17 @@ $('#toc').on('click', 'a', function() {
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=format-of-solr-xml" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page=format-of-solr-xml" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page=format-of-solr-xml"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page=format-of-solr-xml"></iframe>
 </noscript>
 
 <footer>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site last generated: 2017-04-26 <br />
+ Site last generated: 2017-05-03 <br />
 <p><img src="solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>