You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mj...@apache.org on 2017/02/27 15:59:23 UTC

[10/16] accumulo-website git commit: Updates for 1.8.1 Release

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
index e24e2ed..c792993 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -202,6 +202,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
index 5100609..b251ebb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -754,6 +754,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
index d13d01d..ef6ffed 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
index 34f64e8..5275a49 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
index 8060fb8..4e25af8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
index ca734ca..805fe96 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractEncoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractEncoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
index 4678d69..a9c395a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
index b21ce4f..1128b34 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BytesLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BytesLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;byte
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
index d7c67f0..7bcbb93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DateLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
index 69ff79a..acb4df2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DoubleLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DoubleLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
index a28fe4a..774da93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Encoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Encoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -192,6 +192,6 @@ extends org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder&lt;T&gt;</
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
index 85a0f06..2fb4da9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FloatLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FloatLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
index 368e418..5ddc0ae 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
index e28d36b..f5fc3f5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -189,6 +189,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/Enc
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
index ec47608..39a6699 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ListLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ListLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
index b1d163c..9591b6c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/ULo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
index 93ecbd6..fc559da 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PairLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PairLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -342,6 +342,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;org.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
index fd2eccf..e21baae 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReverseLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReverseLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -314,6 +314,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;T&gt
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
index 1f850ec..4f8124a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StringLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
index 4e81e8b..87f9731 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TextLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TextLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;org.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
index d1ce779..763de09 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
index d52278c..30f3822 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ULongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ULongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -326,6 +326,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
index 268b81b..df7d6df 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UUIDLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UUIDLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
index d381de4..e706a0b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -260,6 +260,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
index b9187ac..c8ba201 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
index 25bd95a..8a1677a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
index 934596f..0fdeeb1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
index a547af7..d4902b2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
index ed8ef91..7240636 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
index ccad25a..bdcfc72 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
index 1ee1f69..df8deb6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
index bb6b886..91e7e71 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
index e6f9d8d..dca5c95 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
index 3b67881..28bf04c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
index 089a65a..14830e2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
index 7b57c90..872319f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
index d9e50f6..9c328f5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
index 0928386..0d5e663 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
index 751e0e7..26dd19b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
index 881283e..1f18923 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
index 990e13b..3a0e2ea 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
index 97f39d1..b7de74d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>