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/06/09 19:43:38 UTC

svn commit: r1013709 [2/3] - /websites/production/lucene/content/solr/guide/6_6/

Modified: websites/production/lucene/content/solr/guide/6_6/jvm-settings.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/jvm-settings.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/jvm-settings.html Fri Jun  9 19:43:35 2017
@@ -1379,7 +1379,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/kerberos-authentication-plugin.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/kerberos-authentication-plugin.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/kerberos-authentication-plugin.html Fri Jun  9 19:43:35 2017
@@ -1358,13 +1358,13 @@
 <div class="sect2">
 <h3 id="KerberosAuthenticationPlugin-KerberizedZooKeeper">Kerberized ZooKeeper</h3>
 <div class="paragraph">
-<p>When setting up a kerberized SolrCloud cluster, it is recommended to enable Kerberos security for Zookeeper as well.</p>
+<p>When setting up a kerberized SolrCloud cluster, it is recommended to enable Kerberos security for ZooKeeper as well.</p>
 </div>
 <div class="paragraph">
-<p>In such a setup, the client principal used to authenticate requests with Zookeeper can be shared for internode communication as well. This has the benefit of not needing to renew the ticket granting tickets (TGTs) separately, since the Zookeeper client used by Solr takes care of this. To achieve this, a single JAAS configuration (with the app name as Client) can be used for the Kerberos plugin as well as for the Zookeeper client.</p>
+<p>In such a setup, the client principal used to authenticate requests with ZooKeeper can be shared for internode communication as well. This has the benefit of not needing to renew the ticket granting tickets (TGTs) separately, since the Zookeeper client used by Solr takes care of this. To achieve this, a single JAAS configuration (with the app name as Client) can be used for the Kerberos plugin as well as for the Zookeeper client.</p>
 </div>
 <div class="paragraph">
-<p>See the <a href="#KerberosAuthenticationPlugin-ZooKeeperConfiguration">ZooKeeper Configuration</a> section below for an example of starting Zookeeper in Kerberos mode.</p>
+<p>See the <a href="#KerberosAuthenticationPlugin-ZooKeeperConfiguration">ZooKeeper Configuration</a> section below for an example of starting ZooKeeper in Kerberos mode.</p>
 </div>
 </div>
 <div class="sect2">
@@ -1468,7 +1468,7 @@ kadmin.local:  quit</code></pre>
 <p>Copy the keytab file from the KDC server’s <code>/tmp/107.keytab</code> location to the Solr host at <code>/keytabs/107.keytab</code>. Repeat this step for each Solr node.</p>
 </div>
 <div class="paragraph">
-<p>You might need to take similar steps to create a Zookeeper service principal and keytab if it has not already been set up. In that case, the example below shows a different service principal for ZooKeeper, so the above might be repeated with <code>zookeeper/host1</code> as the service principal for one of the nodes</p>
+<p>You might need to take similar steps to create a ZooKeeper service principal and keytab if it has not already been set up. In that case, the example below shows a different service principal for ZooKeeper, so the above might be repeated with <code>zookeeper/host1</code> as the service principal for one of the nodes</p>
 </div>
 </div>
 <div class="sect2">
@@ -1549,7 +1549,7 @@ kadmin.local:  quit</code></pre>
 </td>
 <td class="content">
 <div class="paragraph">
-<p>If you already have a <code>/security.json</code> file in Zookeeper, download the file, add or modify the authentication section and upload it back to ZooKeeper using the <a href="command-line-utilities.html#command-line-utilities">Command Line Utilities</a> available in Solr.</p>
+<p>If you already have a <code>/security.json</code> file in ZooKeeper, download the file, add or modify the authentication section and upload it back to ZooKeeper using the <a href="command-line-utilities.html#command-line-utilities">Command Line Utilities</a> available in Solr.</p>
 </div>
 </td>
 </tr>
@@ -1565,7 +1565,7 @@ kadmin.local:  quit</code></pre>
 <p>The following example can be copied and modified slightly for your environment. The location of the file can be anywhere on the server, but it will be referenced when starting Solr so it must be readable on the filesystem. The JAAS file may contain multiple sections for different users, but each section must have a unique name so it can be uniquely referenced in each application.</p>
 </div>
 <div class="paragraph">
-<p>In the below example, we have created a JAAS configuration file with the name and path of <code>/home/foo/jaas-client.conf</code>. We will use this name and path when we define the Solr start parameters in the next section. Note that the client <code>principal</code> here is the same as the service principal. This will be used to authenticate internode requests and requests to Zookeeper. Make sure to use the correct <code>principal</code> hostname and the <code>keyTab</code> file path.</p>
+<p>In the below example, we have created a JAAS configuration file with the name and path of <code>/home/foo/jaas-client.conf</code>. We will use this name and path when we define the Solr start parameters in the next section. Note that the client <code>principal</code> here is the same as the service principal. This will be used to authenticate internode requests and requests to ZooKeeper. Make sure to use the correct <code>principal</code> hostname and the <code>keyTab</code> file path.</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1656,7 +1656,7 @@ kadmin.local:  quit</code></pre>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>solr.kerberos.jaas.appname</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">No</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">The app name (section name) within the JAAS configuration file which is required for internode communication. Default is <code>Client</code>, which is used for Zookeeper authentication as well. If different users are used for ZooKeeper and Solr, they will need to have separate sections in the JAAS configuration file.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">The app name (section name) within the JAAS configuration file which is required for internode communication. Default is <code>Client</code>, which is used for ZooKeeper authentication as well. If different users are used for ZooKeeper and Solr, they will need to have separate sections in the JAAS configuration file.</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>java.security.auth.login.config</code></p></td>
@@ -1943,7 +1943,7 @@ HttpClientUtil<span style="color: #66666
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/language-analysis.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/language-analysis.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/language-analysis.html Fri Jun  9 19:43:35 2017
@@ -3667,7 +3667,7 @@ IOUtils<span style="color: #666666">.</s
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/learning-to-rank.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/learning-to-rank.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/learning-to-rank.html Fri Jun  9 19:43:35 2017
@@ -2394,7 +2394,7 @@ A feature store must be deleted only whe
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/legacy-scaling-and-distribution.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/legacy-scaling-and-distribution.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/legacy-scaling-and-distribution.html Fri Jun  9 19:43:35 2017
@@ -1342,7 +1342,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/lib-directives-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/lib-directives-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/lib-directives-in-solrconfig.html Fri Jun  9 19:43:35 2017
@@ -1345,7 +1345,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/local-parameters-in-queries.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/local-parameters-in-queries.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/local-parameters-in-queries.html Fri Jun  9 19:43:35 2017
@@ -1433,7 +1433,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/logging.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/logging.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/logging.html Fri Jun  9 19:43:35 2017
@@ -1357,7 +1357,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/major-changes-from-solr-5-to-solr-6.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/major-changes-from-solr-5-to-solr-6.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/major-changes-from-solr-5-to-solr-6.html Fri Jun  9 19:43:35 2017
@@ -1455,7 +1455,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/making-and-restoring-backups.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/making-and-restoring-backups.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/making-and-restoring-backups.html Fri Jun  9 19:43:35 2017
@@ -1684,7 +1684,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/managed-resources.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/managed-resources.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/managed-resources.html Fri Jun  9 19:43:35 2017
@@ -1681,7 +1681,7 @@ PUT/POST is used to add terms to an exis
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/managing-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/managing-solr.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/managing-solr.html Fri Jun  9 19:43:35 2017
@@ -1354,7 +1354,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/mbean-request-handler.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/mbean-request-handler.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/mbean-request-handler.html Fri Jun  9 19:43:35 2017
@@ -1410,7 +1410,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/merging-indexes.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/merging-indexes.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/merging-indexes.html Fri Jun  9 19:43:35 2017
@@ -1384,7 +1384,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/metrics-reporting.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/metrics-reporting.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/metrics-reporting.html Fri Jun  9 19:43:35 2017
@@ -1874,7 +1874,7 @@ example.solr.jetty.org.eclipse.jetty.ser
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/morelikethis.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/morelikethis.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/morelikethis.html Fri Jun  9 19:43:35 2017
@@ -1493,7 +1493,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/near-real-time-searching.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/near-real-time-searching.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/near-real-time-searching.html Fri Jun  9 19:43:35 2017
@@ -1503,7 +1503,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/other-parsers.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/other-parsers.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/other-parsers.html Fri Jun  9 19:43:35 2017
@@ -2854,7 +2854,7 @@ fq = price:[* TO 12]</code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/other-schema-elements.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/other-schema-elements.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/other-schema-elements.html Fri Jun  9 19:43:35 2017
@@ -1432,7 +1432,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/overview-of-documents-fields-and-schema-design.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/overview-of-documents-fields-and-schema-design.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/overview-of-documents-fields-and-schema-design.html Fri Jun  9 19:43:35 2017
@@ -1404,7 +1404,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/overview-of-searching-in-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/overview-of-searching-in-solr.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/overview-of-searching-in-solr.html Fri Jun  9 19:43:35 2017
@@ -1395,7 +1395,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/overview-of-the-solr-admin-ui.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/overview-of-the-solr-admin-ui.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/overview-of-the-solr-admin-ui.html Fri Jun  9 19:43:35 2017
@@ -1356,7 +1356,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/pagination-of-results.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/pagination-of-results.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/pagination-of-results.html Fri Jun  9 19:43:35 2017
@@ -1786,7 +1786,7 @@ For certain specialized cases, the <a hr
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/parallel-sql-interface.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/parallel-sql-interface.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/parallel-sql-interface.html Fri Jun  9 19:43:35 2017
@@ -1643,9 +1643,9 @@
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>fielda:[* TO 10}</code></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock">&#8656;</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">&lt;=</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Less than or equals</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>fielda &#8656; 10</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>fielda &lt;= 10</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>fielda:[* TO 10]</code></p></td>
 </tr>
 </tbody>
@@ -2012,7 +2012,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/parameter-reference.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/parameter-reference.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/parameter-reference.html Fri Jun  9 19:43:35 2017
@@ -1429,7 +1429,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/performance-statistics-reference.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/performance-statistics-reference.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/performance-statistics-reference.html Fri Jun  9 19:43:35 2017
@@ -1291,7 +1291,7 @@
 <p>This page explains some of the <a href="using-jmx-with-solr.html#using-jmx-with-solr">JMX</a> statistics that Solr exposes.</p>
 </div>
 <div class="paragraph">
-<p>The same statistics are also exposed via the<a href="mbean-request-handler.html#mbean-request-handler">MBean Request Handler</a> when statistics are requested.</p>
+<p>The same statistics are also exposed via the <a href="mbean-request-handler.html#mbean-request-handler">MBean Request Handler</a> when statistics are requested.</p>
 </div>
 <div class="paragraph">
 <p>These statistics are per core. When you are running in SolrCloud mode these statistics would co-relate to each performance of an individual replica.</p>
@@ -1632,7 +1632,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/phonetic-matching.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/phonetic-matching.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/phonetic-matching.html Fri Jun  9 19:43:35 2017
@@ -1534,7 +1534,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/ping.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/ping.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/ping.html Fri Jun  9 19:43:35 2017
@@ -1405,7 +1405,7 @@ rsp <span style="color: #666666">=</span
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/plugins-stats-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/plugins-stats-screen.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/plugins-stats-screen.html Fri Jun  9 19:43:35 2017
@@ -1336,7 +1336,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/post-tool.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/post-tool.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/post-tool.html Fri Jun  9 19:43:35 2017
@@ -1524,7 +1524,7 @@ Usage: java [SystemProperties] -jar post
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/putting-the-pieces-together.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/putting-the-pieces-together.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/putting-the-pieces-together.html Fri Jun  9 19:43:35 2017
@@ -1417,7 +1417,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/query-re-ranking.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/query-re-ranking.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/query-re-ranking.html Fri Jun  9 19:43:35 2017
@@ -1430,7 +1430,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/query-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/query-screen.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/query-screen.html Fri Jun  9 19:43:35 2017
@@ -1422,7 +1422,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/query-settings-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/query-settings-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/query-settings-in-solrconfig.html Fri Jun  9 19:43:35 2017
@@ -1597,7 +1597,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/query-syntax-and-parsing.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/query-syntax-and-parsing.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/query-syntax-and-parsing.html Fri Jun  9 19:43:35 2017
@@ -1349,7 +1349,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/read-and-write-side-fault-tolerance.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/read-and-write-side-fault-tolerance.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/read-and-write-side-fault-tolerance.html Fri Jun  9 19:43:35 2017
@@ -1444,7 +1444,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/realtime-get.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/realtime-get.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/realtime-get.html Fri Jun  9 19:43:35 2017
@@ -1440,7 +1440,7 @@ http://localhost:8983/solr/techproducts/
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/relevance.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/relevance.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/relevance.html Fri Jun  9 19:43:35 2017
@@ -1377,7 +1377,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/replication-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/replication-screen.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/replication-screen.html Fri Jun  9 19:43:35 2017
@@ -1360,7 +1360,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/request-parameters-api.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/request-parameters-api.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/request-parameters-api.html Fri Jun  9 19:43:35 2017
@@ -1583,7 +1583,7 @@ curl http://localhost:8983/solr/techprod
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/requestdispatcher-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/requestdispatcher-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/requestdispatcher-in-solrconfig.html Fri Jun  9 19:43:35 2017
@@ -1449,7 +1449,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/requesthandlers-and-searchcomponents-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/requesthandlers-and-searchcomponents-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/requesthandlers-and-searchcomponents-in-solrconfig.html Fri Jun  9 19:43:35 2017
@@ -1585,7 +1585,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/response-writers.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/response-writers.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/response-writers.html Fri Jun  9 19:43:35 2017
@@ -1887,7 +1887,7 @@ cp dist/solr-cell-6.3.0.jar server/solr-
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/result-clustering.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/result-clustering.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/result-clustering.html Fri Jun  9 19:43:35 2017
@@ -1873,7 +1873,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/result-grouping.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/result-grouping.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/result-grouping.html Fri Jun  9 19:43:35 2017
@@ -1717,7 +1717,7 @@ This option does not work with <a href="
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/rule-based-authorization-plugin.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/rule-based-authorization-plugin.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/rule-based-authorization-plugin.html Fri Jun  9 19:43:35 2017
@@ -1719,7 +1719,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/rule-based-replica-placement.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/rule-based-replica-placement.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/rule-based-replica-placement.html Fri Jun  9 19:43:35 2017
@@ -1614,7 +1614,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/running-solr-on-hdfs.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/running-solr-on-hdfs.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/running-solr-on-hdfs.html Fri Jun  9 19:43:35 2017
@@ -1723,7 +1723,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/running-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/running-solr.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/running-solr.html Fri Jun  9 19:43:35 2017
@@ -1668,7 +1668,7 @@ Time spent: 0:00:00.153</code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/running-your-analyzer.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/running-your-analyzer.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/running-your-analyzer.html Fri Jun  9 19:43:35 2017
@@ -1395,7 +1395,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/schema-api.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/schema-api.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/schema-api.html Fri Jun  9 19:43:35 2017
@@ -3115,7 +3115,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/schema-browser-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/schema-browser-screen.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/schema-browser-screen.html Fri Jun  9 19:43:35 2017
@@ -1356,7 +1356,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/schema-factory-definition-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/schema-factory-definition-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/schema-factory-definition-in-solrconfig.html Fri Jun  9 19:43:35 2017
@@ -1462,7 +1462,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/schemaless-mode.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/schemaless-mode.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/schemaless-mode.html Fri Jun  9 19:43:35 2017
@@ -1669,7 +1669,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/searching.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/searching.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/searching.html Fri Jun  9 19:43:35 2017
@@ -1435,7 +1435,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/securing-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/securing-solr.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/securing-solr.html Fri Jun  9 19:43:35 2017
@@ -1367,7 +1367,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/segments-info.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/segments-info.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/segments-info.html Fri Jun  9 19:43:35 2017
@@ -1332,7 +1332,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/setting-up-an-external-zookeeper-ensemble.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/setting-up-an-external-zookeeper-ensemble.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/setting-up-an-external-zookeeper-ensemble.html Fri Jun  9 19:43:35 2017
@@ -1308,7 +1308,7 @@
 </blockquote>
 <div class="attribution">
 &#8212; ZooKeeper Administrator's Guide<br>
-<cite>http://zookeeper.apache.org/doc/r3.4.6/zookeeperAdmin.html</cite>
+<cite>http://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html</cite>
 </div>
 </div>
 <div class="paragraph">
@@ -1321,7 +1321,7 @@
 <p>For example, if you only have two ZooKeeper nodes and one goes down, 50% of available servers is not a majority, so ZooKeeper will no longer serve requests. However, if you have three ZooKeeper nodes and one goes down, you have 66% of available servers available, and ZooKeeper will continue normally while you repair the one down node. If you have 5 nodes, you could continue operating with two down nodes if necessary.</p>
 </div>
 <div class="paragraph">
-<p>More information on ZooKeeper clusters is available from the ZooKeeper documentation at <a href="http://zookeeper.apache.org/doc/r3.4.6/zookeeperAdmin.html#sc_zkMulitServerSetup" class="bare">http://zookeeper.apache.org/doc/r3.4.6/zookeeperAdmin.html#sc_zkMulitServerSetup</a>.</p>
+<p>More information on ZooKeeper clusters is available from the ZooKeeper documentation at <a href="http://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#sc_zkMulitServerSetup" class="bare">http://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#sc_zkMulitServerSetup</a>.</p>
 </div>
 </div>
 </div>
@@ -1342,7 +1342,7 @@
 <p>When using stand-alone ZooKeeper, you need to take care to keep your version of ZooKeeper updated with the latest version distributed with Solr. Since you are using it as a stand-alone application, it does not get upgraded when you upgrade Solr.</p>
 </div>
 <div class="paragraph">
-<p>Solr currently uses Apache ZooKeeper v3.4.6.</p>
+<p>Solr currently uses Apache ZooKeeper v3.4.10.</p>
 </div>
 </td>
 </tr>
@@ -1409,7 +1409,7 @@
 <p>Pointing Solr at the ZooKeeper instance you&#8217;ve created is a simple matter of using the <code>-z</code> parameter when using the bin/solr script. For example, in order to point the Solr instance to the ZooKeeper you&#8217;ve started on port 2181, this is what you&#8217;d need to do:</p>
 </div>
 <div class="paragraph">
-<p>Starting <code>cloud</code> example with Zookeeper already running at port 2181 (with all other defaults):</p>
+<p>Starting <code>cloud</code> example with ZooKeeper already running at port 2181 (with all other defaults):</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1591,7 +1591,7 @@ bin/zkServer.sh start zoo3.cfg</code></p
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html Fri Jun  9 19:43:35 2017
@@ -1313,7 +1313,7 @@
 <p>SolrCloud fixes all those problems. There is support for distributing both the index process and the queries automatically, and ZooKeeper provides failover and load balancing. Additionally, every shard can also have multiple replicas for additional robustness.</p>
 </div>
 <div class="paragraph">
-<p>In SolrCloud there are no masters or slaves. Instead, every shard consists of at least one physical <strong>replica</strong>, exactly one of which is a <strong>leader</strong>. Leaders are automatically elected, initially on a first-come-first-served basis, and then based on the Zookeeper process described at <a href="http://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection">http://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection.</a>.</p>
+<p>In SolrCloud there are no masters or slaves. Instead, every shard consists of at least one physical <strong>replica</strong>, exactly one of which is a <strong>leader</strong>. Leaders are automatically elected, initially on a first-come-first-served basis, and then based on the ZooKeeper process described at <a href="http://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection">http://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection.</a>.</p>
 </div>
 <div class="paragraph">
 <p>If a leader goes down, one of the other replicas is automatically elected as the new leader.</p>
@@ -1461,7 +1461,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-control-script-reference.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-control-script-reference.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-control-script-reference.html Fri Jun  9 19:43:35 2017
@@ -1443,7 +1443,7 @@
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">-v</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Be more verbose. This changes the logging level of log4j from <code>INFO</code> to <code>DEBUG</code>., having the same effect as if you edited <code>log4j.properties</code> accordingly.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Be more verbose. This changes the logging level of log4j from <code>INFO</code> to <code>DEBUG</code>, having the same effect as if you edited <code>log4j.properties</code> accordingly.</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>bin/solr start -f -v</code></p></td>
 </tr>
 <tr>
@@ -2230,7 +2230,12 @@ Solr should have been started at least o
 <div class="paragraph">
 <p>In either case, <em>pre-existing configurations at the destination will be overwritten!</em></p>
 </div></div></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>-d directory_under_configsets</code> <code>-d /path/to/configset/destination</code></p></td>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p><code>-d directory_under_configsets</code></p>
+</div>
+<div class="paragraph">
+<p><code>-d /path/to/configset/destination</code></p>
+</div></div></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">-z &lt;zkHost&gt;</p></td>
@@ -2557,7 +2562,7 @@ Solr should have been started at least o
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-cores-and-solr-xml.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-cores-and-solr-xml.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-cores-and-solr-xml.html Fri Jun  9 19:43:35 2017
@@ -1292,7 +1292,7 @@
 <p>Cores can be created using <code>bin/solr</code> script or as part of SolrCloud collection creation using the APIs. Core-specific properties (such as the directories to use for the indexes or configuration files, the core name, and other options) are defined in a <code>core.properties</code> file. Any <code>core.properties</code> file in any directory of your Solr installation (or in a directory under where <code>solr_home</code> is defined) will be found by Solr and the defined properties will be used for the core named in the file.</p>
 </div>
 <div class="paragraph">
-<p>In standalone mode, <code>solr.xml</code> must reside in <code>solr_home</code>. In SolrCloud mode, <code>solr.xml</code> will be loaded from Zookeeper if it exists, with fallback to <code>solr_home</code>.</p>
+<p>In standalone mode, <code>solr.xml</code> must reside in <code>solr_home</code>. In SolrCloud mode, <code>solr.xml</code> will be loaded from ZooKeeper if it exists, with fallback to <code>solr_home</code>.</p>
 </div>
 <div class="admonitionblock note">
 <table>
@@ -1363,7 +1363,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-field-types.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-field-types.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-field-types.html Fri Jun  9 19:43:35 2017
@@ -1364,7 +1364,7 @@ See also the <a href="https://lucene.apa
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-glossary.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-glossary.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-glossary.html Fri Jun  9 19:43:35 2017
@@ -1609,7 +1609,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-jdbc-apache-zeppelin.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-jdbc-apache-zeppelin.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-jdbc-apache-zeppelin.html Fri Jun  9 19:43:35 2017
@@ -1431,7 +1431,7 @@ select fielda, fieldb, from test limit 1
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-jdbc-dbvisualizer.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-jdbc-dbvisualizer.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-jdbc-dbvisualizer.html Fri Jun  9 19:43:35 2017
@@ -1510,7 +1510,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-jdbc-python-jython.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-jdbc-python-jython.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-jdbc-python-jython.html Fri Jun  9 19:43:35 2017
@@ -1459,7 +1459,7 @@ jython <span style="color: #666666">[</s
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-jdbc-r.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-jdbc-r.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-jdbc-r.html Fri Jun  9 19:43:35 2017
@@ -1363,7 +1363,7 @@ dbDisconnect(conn)</code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-jdbc-squirrel-sql.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-jdbc-squirrel-sql.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-jdbc-squirrel-sql.html Fri Jun  9 19:43:35 2017
@@ -1460,7 +1460,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solr-plugins.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solr-plugins.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solr-plugins.html Fri Jun  9 19:43:35 2017
@@ -1330,7 +1330,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solrcloud-configuration-and-parameters.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solrcloud-configuration-and-parameters.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solrcloud-configuration-and-parameters.html Fri Jun  9 19:43:35 2017
@@ -1355,7 +1355,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solrcloud-with-legacy-configuration-files.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solrcloud-with-legacy-configuration-files.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solrcloud-with-legacy-configuration-files.html Fri Jun  9 19:43:35 2017
@@ -1385,7 +1385,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/solrcloud.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/solrcloud.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/solrcloud.html Fri Jun  9 19:43:35 2017
@@ -1403,7 +1403,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/spatial-search.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/spatial-search.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/spatial-search.html Fri Jun  9 19:43:35 2017
@@ -1967,7 +1967,7 @@ counts_ints2D=[[0, 0, 2, 1, ....],[1, 1,
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/spell-checking.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/spell-checking.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/spell-checking.html Fri Jun  9 19:43:35 2017
@@ -1859,7 +1859,7 @@ This only returns a query to be used. It
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/stream-decorators.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/stream-decorators.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/stream-decorators.html Fri Jun  9 19:43:35 2017
@@ -2582,7 +2582,7 @@ select(
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/stream-evaluators.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/stream-evaluators.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/stream-evaluators.html Fri Jun  9 19:43:35 2017
@@ -1697,7 +1697,7 @@ gteq(add(fieldA,fieldB),6) // fieldA + f
 <div class="content">
 <pre class="pygments highlight"><code data-lang="text">gt(1,2) // 1 &gt; 2
 gt(1,fieldA) // 1 &gt; fieldA
-gt(fieldA,val(foo)) fieldA &gt; &quot;foo&quot;
+gt(fieldA,val(foo)) // fieldA &gt; &quot;foo&quot;
 gt(add(fieldA,fieldB),6) // fieldA + fieldB &gt; 6</code></pre>
 </div>
 </div>
@@ -1952,7 +1952,7 @@ eq(raw(fieldA), fieldA) // true if the v
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/stream-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/stream-screen.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/stream-screen.html Fri Jun  9 19:43:35 2017
@@ -1336,7 +1336,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/stream-sources.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/stream-sources.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/stream-sources.html Fri Jun  9 19:43:35 2017
@@ -2182,7 +2182,7 @@ the tuple stream from the Stream Express
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/streaming-expressions.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/streaming-expressions.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/streaming-expressions.html Fri Jun  9 19:43:35 2017
@@ -1531,7 +1531,7 @@ ParallelStream pstream <span style="colo
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/suggester.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/suggester.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/suggester.html Fri Jun  9 19:43:35 2017
@@ -2042,7 +2042,7 @@ accommodate 3.0</code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/taking-solr-to-production.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/taking-solr-to-production.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/taking-solr-to-production.html Fri Jun  9 19:43:35 2017
@@ -1673,7 +1673,7 @@ sudo service solr2 status</code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-dismax-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-dismax-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-dismax-query-parser.html Fri Jun  9 19:43:35 2017
@@ -1461,7 +1461,7 @@
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Multiple conditional expressions involving &gt; or &lt; signs</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">2&#8592;25% 9&#8592;3</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2&lt;-25% 9&lt;-3</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Defines multiple conditions, each one being valid only for numbers greater than the one before it. In the example at left, if there are 1 or 2 clauses, then both are required. If there are 3-9 clauses all but 25% are required. If there are more then 9 clauses, all but three are required.</p></td>
 </tr>
 </tbody>
@@ -1672,7 +1672,7 @@ bq={!func}recip(rord(creationDate),1,100
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-extended-dismax-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-extended-dismax-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-extended-dismax-query-parser.html Fri Jun  9 19:43:35 2017
@@ -1652,7 +1652,7 @@ createdate:[1976-03-06T23:59:59.999Z/YEA
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-query-elevation-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-query-elevation-component.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-query-elevation-component.html Fri Jun  9 19:43:35 2017
@@ -1507,7 +1507,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-standard-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-standard-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-standard-query-parser.html Fri Jun  9 19:43:35 2017
@@ -1658,18 +1658,18 @@
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">OR</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">`</p></td>
-<td class="tableblock halign-left valign-top"></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock">`</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>||</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Requires that either term (or both terms) be present for a match.</p></td>
-<td class="tableblock halign-left valign-top"></td>
 </tr>
 <tr>
+<td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code>+</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Requires that the following term be present.</p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>-</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Prohibits the following term (that is, matches on fields or documents that do not include that term). The <code>-</code> operator is functionally similar to the Boolean operator <code>!</code>. Because it&#8217;s used by popular search engines such as Google, it may be more familiar to some user communities.</p></td>
 </tr>
 </tbody>
 </table>
@@ -2030,7 +2030,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-stats-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-stats-component.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-stats-component.html Fri Jun  9 19:43:35 2017
@@ -1672,7 +1672,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-term-vector-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-term-vector-component.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-term-vector-component.html Fri Jun  9 19:43:35 2017
@@ -1537,7 +1537,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-terms-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-terms-component.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-terms-component.html Fri Jun  9 19:43:35 2017
@@ -1795,7 +1795,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/the-well-configured-solr-instance.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/the-well-configured-solr-instance.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/the-well-configured-solr-instance.html Fri Jun  9 19:43:35 2017
@@ -1359,7 +1359,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/thread-dump.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/thread-dump.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/thread-dump.html Fri Jun  9 19:43:35 2017
@@ -1386,7 +1386,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/6_6/tokenizers.html
==============================================================================
--- websites/production/lucene/content/solr/guide/6_6/tokenizers.html (original)
+++ websites/production/lucene/content/solr/guide/6_6/tokenizers.html Fri Jun  9 19:43:35 2017
@@ -2030,7 +2030,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2017 Apache Software Foundation. All rights reserved. <br />
- Site Version: 6.6 <br />Site last generated: 2017-06-08 <br />
+ Site Version: 6.6 <br />Site last generated: 2017-06-09 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>