You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/23 16:02:36 UTC

svn commit: r1766298 [37/45] - in /incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples: ./ credentials/ install/ services/ streams-examples-flink/ streams-examples-flink/flink-twitter-collection/ streams-examples-flink/fl...

Added: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-follow-neo4j/testapidocs/stylesheet.css
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-follow-neo4j/testapidocs/stylesheet.css?rev=1766298&view=auto
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-follow-neo4j/testapidocs/stylesheet.css (added)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-follow-neo4j/testapidocs/stylesheet.css Sun Oct 23 16:02:31 2016
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4A6782;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4A6782;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+}
+h1 {
+    font-size:20px;
+}
+h2 {
+    font-size:18px;
+}
+h3 {
+    font-size:16px;
+    font-style:italic;
+}
+h4 {
+    font-size:13px;
+}
+h5 {
+    font-size:12px;
+}
+h6 {
+    font-size:11px;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
+}
+dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+}
+table tr td dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    vertical-align:top;
+    padding-top:4px;
+}
+sup {
+    font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:11px;
+    z-index:200;
+    margin-top:-9px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:11px;
+    margin:0;
+}
+.topNav {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px; 
+}
+.bottomNav {
+    margin-top:10px;
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav {
+    background-color:#dee3e9;
+    float:left;
+    width:100%;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+    text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding: 5px 6px;
+    text-transform:uppercase;
+}
+ul.subNavList li{
+    list-style:none;
+    float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+    color:#FFFFFF;
+    text-decoration:none;
+    text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+    text-transform:uppercase;
+}
+.navBarCell1Rev {
+    background-color:#F8981D;
+    color:#253441;
+    margin: auto 5px;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader span{
+    margin-right:15px;
+}
+.indexHeader h1 {
+    font-size:13px;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 15px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:12px;
+}
+.indexContainer h2 {
+    font-size:13px;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+    padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+    font-size:12px;
+    font-weight:bold;
+    margin:10px 0 0 0;
+    color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:15px;
+    line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+    padding:0 0 5px 8px;
+    background-color:#ffffff;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+    margin-left:0;
+    padding-left:0;
+    padding-bottom:15px;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+    list-style:none;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+    width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
+}
+.overviewSummary, .memberSummary  {
+    padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#253441;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    padding-top:10px;
+    padding-left:1px;
+    margin:0px;
+    white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+    color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    height:16px;
+}
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+    text-align:left;
+    padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+    background:#dee3e9;
+    text-align:left;
+    padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+    white-space:nowrap;
+    font-size:13px;
+}
+td.colLast, th.colLast {
+    font-size:13px;
+}
+td.colOne, th.colOne {
+    font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+    width:25%;
+    vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
+
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:10px;
+}
+.block {
+    display:block;
+    margin:3px 10px 2px 0px;
+    color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+    font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
+}
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearch.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearch.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearch.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearch.html Sun Oct 23 16:02:31 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-10-14 
+ | Generated by Apache Maven Doxia Site Renderer 1.7 at 2016-10-23 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20161014" />
+    <meta name="Date-Revision-yyyymmdd" content="20161023" />
     <meta http-equiv="Content-Language" content="en" />
     <title>twitter-history-elasticsearch &#x2013; TwitterHistoryElasticsearch</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -27,7 +27,7 @@
                 ga('send', 'pageview');
             </script>
                       </head>
-        <body class="topBarDisabled">
+        <body class="topBarEnabled">
           
     
     
@@ -40,10 +40,94 @@
         alt="Fork me on GitHub">
     </a>
   
-                
+                        
                     
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top navbar-inverse">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Overview <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="../../index.html"  title="Overview">Overview</a>
+</li>
+                  
+                      <li>      <a href="../../architecture.html"  title="Architecture">Architecture</a>
+</li>
+                  
+                      <li>      <a href="../../concepts.html"  title="Concepts">Concepts</a>
+</li>
+                  
+                      <li>      <a href="../../downloads.html"  title="Downloads">Downloads</a>
+</li>
+                  
+                      <li>      <a href="../../faq.html"  title="Frequently Asked Questions">Frequently Asked Questions</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href=""  title="streams-master">streams-master</a>
+</li>
+                  
+                      <li>      <a href="../../../../latest/streams-project"  title="streams-project">streams-project</a>
+</li>
+                  
+                      <li>      <a href="../../../../latest/streams-examples/"  title="streams-examples">streams-examples</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+          
+                                                    
+        
+        
+        <ul class="nav pull-right"><li>
     
-        <div class="container-fluid">
+    <a href="https://twitter.com/ApacheStreams" class="twitter-follow-button" data-show-count="true" data-align="right" data-size="large" data-show-screen-name="true" data-lang="en">Follow ApacheStreams</a>
+    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+
+        </li></ul>
+                              
+                               <ul class="nav pull-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a>
+                <ul class="dropdown-menu">
+                      <li>      <a href="../../git.html"  title="Install Git">Install Git</a>
+</li>
+      <li>      <a href="../../java.html"  title="Install Java">Install Java</a>
+</li>
+      <li>      <a href="../../maven.html"  title="Install Maven">Install Maven</a>
+</li>
+      <li>      <a href="../../docker.html"  title="Install Docker">Install Docker</a>
+</li>
+      <li>      <a href="../../sbt.html"  title="Install SBT">Install SBT</a>
+</li>
+      <li>      <a href="../../../streams-project/streams-runtimes/streams-runtime-local/index.html"  title="Local Runtime">Local Runtime</a>
+</li>
+      <li>      <a href="../../../../../streams-project/streams-contrib/streams-provider-twitter/twitter.html"  title="Twitter">Twitter</a>
+</li>
+      <li>      <a href="../../../../../streams-project/streams-contrib/streams-persist-elasticsearch/elasticsearch.html"  title="Elasticsearch">Elasticsearch</a>
+</li>
+                  </ul>
+              </li>
+            </ul>
+          
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
           <div id="banner">
         <div class="pull-left">
                                                   <a href="../../../../.." id="bannerLeft">
@@ -71,11 +155,6 @@
                     <span class="divider">/</span>
       </li>
             <li class="">
-                    <a href="../../index.html" title="streams-examples">
-        streams-examples</a>
-                    <span class="divider">/</span>
-      </li>
-            <li class="">
                     <a href="../index.html" title="streams-examples-local">
         streams-examples-local</a>
                     <span class="divider">/</span>
@@ -92,92 +171,9 @@
                             </ul>
       </div>
 
-            
-      <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-              
-                <ul class="nav nav-list">
-                    <li class="nav-header">Credentials</li>
-                              
-      <li>
-  
-                          <a href="../../credentials/twitter.html" title="Twitter">
-          <span class="none"></span>
-        Twitter</a>
-            </li>
-                              <li class="nav-header">Services</li>
-                              
-      <li>
-  
-                          <a href="../../services/elasticsearch.html" title="Elasticsearch">
-          <span class="none"></span>
-        Elasticsearch</a>
-            </li>
-                              <li class="nav-header">Resources</li>
-                              
-      <li>
-  
-                          <a href="../../install/git.html" title="Install Git">
-          <span class="none"></span>
-        Install Git</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../install/java.html" title="Install Java">
-          <span class="none"></span>
-        Install Java</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../install/maven.html" title="Install Maven">
-          <span class="none"></span>
-        Install Maven</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../install/docker.html" title="Install Docker">
-          <span class="none"></span>
-        Install Docker</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../install/sbt.html" title="Install SBT">
-          <span class="none"></span>
-        Install SBT</a>
-            </li>
-            </ul>
-              
-                
-          <hr />
-
-           <div id="poweredBy">
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-               
-        
-        
-        <div id="twitter">
-    
-    <a href="https://twitter.com/ApacheStreams" class="twitter-follow-button" data-show-count="true" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ApacheStreams</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-
-        </div>
-                   <div class="clear"></div>
-                            <div class="clear"></div>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                  </div>
-          </div>
-        </div>
-        
+      
                 
-        <div id="bodyColumn"  class="span10" >
+        <div id="bodyColumn" >
                                   
             <div class="section">
 <div class="section">
@@ -188,7 +184,7 @@
 <p>Converts them to activities, and writes them in activity format to Elasticsearch.</p></div>
 <div class="section">
 <h4><a name="Configuration:"></a>Configuration:</h4>
-<p><a href="TwitterHistoryElasticsearch.json" title="TwitterHistoryElasticsearch.json">TwitterHistoryElasticsearch.json</a> for _</p>
+<p><a href="TwitterHistoryElasticsearchConfiguration.json" title="TwitterHistoryElasticsearchConfiguration.json">TwitterHistoryElasticsearchConfiguration.json</a></p>
 <div class="section">
 <h5><a name="application.conf"></a>application.conf</h5>
 
@@ -236,24 +232,28 @@ run org.apache.streams.example.TwitterHi
 <div class="section">
 <h6><a name="Licensed_under_Apache_License_2.0_-_http:www.apache.orglicensesLICENSE-2.0"></a>Licensed under Apache License 2.0 - <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></h6></div></div></div></div></div>
                   </div>
-            </div>
           </div>
 
     <hr/>
 
     <footer>
-            <div class="container-fluid">
-                      <div class="row-fluid">
+            <div class="container">
+                      <div class="row">
                                       <p >Copyright &copy;                    2012&#x2013;2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.    
-                  <li id="publishDate" class="pull-right">Last Published: 2016-10-14</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-10-23</li>
               <li id="projectVersion" class="pull-right">
                     Version: 0.4-incubating-SNAPSHOT
         </li>
             </p>
                 </div>
 
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
         
                 </div>
     </footer>

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearchIT.conf
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearchIT.conf?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearchIT.conf (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/TwitterHistoryElasticsearchIT.conf Sun Oct 23 16:02:31 2016
@@ -23,7 +23,7 @@ elasticsearch {
   hosts += ${es.tcp.host}
   port = ${es.tcp.port}
   clusterName = elasticsearch
-  index = twitter_userstream_elasticsearch_it
+  index = twitter_history_elasticsearch_it
   type = activity
   forceUseConfig = true
 }
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-frame.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-frame.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-frame.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -14,7 +14,6 @@
 <div class="indexContainer">
 <ul>
 <li><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example" target="classFrame">TwitterHistoryElasticsearch</a></li>
-<li><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example" target="classFrame">TwitterHistoryElasticsearchConfiguration</a></li>
 </ul>
 </div>
 </body>

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-noframe.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-noframe.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/allclasses-noframe.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -14,7 +14,6 @@
 <div class="indexContainer">
 <ul>
 <li><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearch</a></li>
-<li><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></li>
 </ul>
 </div>
 </body>

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/constant-values.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/constant-values.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/constant-values.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/constant-values.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -93,7 +93,7 @@
 <tr class="altColor">
 <td class="colFirst"><a name="org.apache.streams.example.TwitterHistoryElasticsearch.STREAMS_ID">
 <!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html#STREAMS_ID">STREAMS_ID</a></code></td>
 <td class="colLast"><code>"TwitterHistoryElasticsearch"</code></td>
 </tr>
@@ -148,6 +148,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/deprecated-list.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/deprecated-list.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/deprecated-list.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -119,6 +119,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/help-doc.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/help-doc.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/help-doc.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -220,6 +220,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index-all.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index-all.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index-all.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -69,39 +69,7 @@
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
-<div class="contentContainer"><a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:E">
-<!--   -->
-</a>
-<h2 class="title">E</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-</dl>
-<a name="I:G">
-<!--   -->
-</a>
-<h2 class="title">G</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#getAdditionalProperties--">getAdditionalProperties()</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#getElasticsearch--">getElasticsearch()</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>
-<div class="block">(Required)</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#getTwitter--">getTwitter()</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>
-<div class="block">(Required)</div>
-</dd>
-</dl>
-<a name="I:H">
-<!--   -->
-</a>
-<h2 class="title">H</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#hashCode--">hashCode()</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-</dl>
-<a name="I:M">
+<div class="contentContainer"><a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a name="I:M">
 <!--   -->
 </a>
 <h2 class="title">M</h2>
@@ -130,16 +98,6 @@
 </a>
 <h2 class="title">S</h2>
 <dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#setAdditionalProperty-java.lang.String-java.lang.Object-">setAdditionalProperty(String, Object)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#setElasticsearch-org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration-">setElasticsearch(ElasticsearchWriterConfiguration)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>
-<div class="block">(Required)</div>
-</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#setTwitter-org.apache.streams.twitter.TwitterUserInformationConfiguration-">setTwitter(TwitterUserInformationConfiguration)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>
-<div class="block">(Required)</div>
-</dd>
 <dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html#STREAMS_ID">STREAMS_ID</a></span> - Static variable in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearch</a></dt>
 <dd>&nbsp;</dd>
 </dl>
@@ -148,32 +106,16 @@
 </a>
 <h2 class="title">T</h2>
 <dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#toString--">toString()</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
 <dt><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearch</span></a> - Class in <a href="org/apache/streams/example/package-summary.html">org.apache.streams.example</a></dt>
 <dd>
 <div class="block">Retrieves as many posts from a known list of users as twitter API allows.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch--">TwitterHistoryElasticsearch()</a></span> - Constructor for class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearch</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch-org.apache.streams.example.TwitterHistoryElasticsearchConfiguration-">TwitterHistoryElasticsearch(TwitterHistoryElasticsearchConfiguration)</a></span> - Constructor for class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearch</a></dt>
-<dd>&nbsp;</dd>
-<dt><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearchConfiguration</span></a> - Class in <a href="org/apache/streams/example/package-summary.html">org.apache.streams.example</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#TwitterHistoryElasticsearchConfiguration--">TwitterHistoryElasticsearchConfiguration()</a></span> - Constructor for class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-</dl>
-<a name="I:W">
-<!--   -->
-</a>
-<h2 class="title">W</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#withElasticsearch-org.apache.streams.elasticsearch.ElasticsearchWriterConfiguration-">withElasticsearch(ElasticsearchWriterConfiguration)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html#withTwitter-org.apache.streams.twitter.TwitterUserInformationConfiguration-">withTwitter(TwitterUserInformationConfiguration)</a></span> - Method in class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch-TwitterHistoryElasticsearchConfiguration-">TwitterHistoryElasticsearch(TwitterHistoryElasticsearchConfiguration)</a></span> - Constructor for class org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearch</a></dt>
 <dd>&nbsp;</dd>
 </dl>
-<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
+<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
@@ -220,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/index.html Sun Oct 23 16:02:31 2016
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API</title>
 <script type="text/javascript">

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:07 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwitterHistoryElasticsearch (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/streams/example/TwitterHistoryElasticsearch.html" target="_top">Frames</a></li>
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.streams.example.TwitterHistoryElasticsearch</li>
@@ -109,13 +109,13 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></dd>
+<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">TwitterHistoryElasticsearch</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></pre>
+extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></pre>
 <div class="block">Retrieves as many posts from a known list of users as twitter API allows.
 
  Converts them to activities, and writes them in activity format to Elasticsearch.</div>
@@ -138,7 +138,7 @@ implements <a href="http://docs.oracle.c
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#STREAMS_ID">STREAMS_ID</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -159,7 +159,7 @@ implements <a href="http://docs.oracle.c
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch--">TwitterHistoryElasticsearch</a></span>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch-org.apache.streams.example.TwitterHistoryElasticsearchConfiguration-">TwitterHistoryElasticsearch</a></span>(<a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a>&nbsp;config)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#TwitterHistoryElasticsearch-TwitterHistoryElasticsearchConfiguration-">TwitterHistoryElasticsearch</a></span>(TwitterHistoryElasticsearchConfiguration&nbsp;config)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -178,7 +178,7 @@ implements <a href="http://docs.oracle.c
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#main-java.lang.String:A-">main</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html#main-java.lang.String:A-">main</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -189,8 +189,8 @@ implements <a href="http://docs.oracle.c
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -212,7 +212,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>STREAMS_ID</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> STREAMS_ID</pre>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> STREAMS_ID</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../constant-values.html#org.apache.streams.example.TwitterHistoryElasticsearch.STREAMS_ID">Constant Field Values</a></dd>
@@ -236,13 +236,13 @@ implements <a href="http://docs.oracle.c
 <pre>public&nbsp;TwitterHistoryElasticsearch()</pre>
 </li>
 </ul>
-<a name="TwitterHistoryElasticsearch-org.apache.streams.example.TwitterHistoryElasticsearchConfiguration-">
+<a name="TwitterHistoryElasticsearch-TwitterHistoryElasticsearchConfiguration-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TwitterHistoryElasticsearch</h4>
-<pre>public&nbsp;TwitterHistoryElasticsearch(<a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a>&nbsp;config)</pre>
+<pre>public&nbsp;TwitterHistoryElasticsearch(TwitterHistoryElasticsearchConfiguration&nbsp;config)</pre>
 </li>
 </ul>
 </li>
@@ -259,7 +259,7 @@ implements <a href="http://docs.oracle.c
 <ul class="blockList">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
 </li>
 </ul>
 <a name="run--">
@@ -271,7 +271,7 @@ implements <a href="http://docs.oracle.c
 <pre>public&nbsp;void&nbsp;run()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true#run--" title="class or interface in java.lang">run</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true#run--" title="class or interface in java.lang">run</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -303,7 +303,7 @@ implements <a href="http://docs.oracle.c
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/streams/example/TwitterHistoryElasticsearch.html" target="_top">Frames</a></li>
@@ -343,6 +343,6 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.streams.example.TwitterHistoryElasticsearch (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -119,6 +119,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-frame.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-frame.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-frame.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:07 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.streams.example (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -15,7 +15,6 @@
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
 <li><a href="TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example" target="classFrame">TwitterHistoryElasticsearch</a></li>
-<li><a href="TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example" target="classFrame">TwitterHistoryElasticsearchConfiguration</a></li>
 </ul>
 </div>
 </body>

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-summary.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-summary.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-summary.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.streams.example (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -88,10 +88,6 @@
 <div class="block">Retrieves as many posts from a known list of users as twitter API allows.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -143,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-tree.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-tree.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-tree.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.streams.example Class Hierarchy (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -75,10 +75,9 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
-<li type="circle">org.apache.streams.example.<a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearch</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>)</li>
-<li type="circle">org.apache.streams.example.<a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearchConfiguration</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
+<li type="circle">org.apache.streams.example.<a href="../../../../org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearch</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>)</li>
 </ul>
 </li>
 </ul>
@@ -129,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-use.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-use.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-use.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/org/apache/streams/example/package-use.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.streams.example (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -72,25 +72,7 @@
 <div class="header">
 <h1 title="Uses of Package org.apache.streams.example" class="title">Uses of Package<br>org.apache.streams.example</h1>
 </div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.streams.example">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/streams/example/package-summary.html">org.apache.streams.example</a> used by <a href="../../../../org/apache/streams/example/package-summary.html">org.apache.streams.example</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/streams/example/class-use/TwitterHistoryElasticsearchConfiguration.html#org.apache.streams.example">TwitterHistoryElasticsearchConfiguration</a>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
+<div class="contentContainer">No usage of org.apache.streams.example</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
@@ -137,6 +119,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/overview-tree.html?rev=1766298&r1=1766297&r2=1766298&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/overview-tree.html (original)
+++ incubator/streams/site/trunk/content/site/0.4-incubating-SNAPSHOT/streams-examples/streams-examples-local/twitter-history-elasticsearch/apidocs/overview-tree.html Sun Oct 23 16:02:31 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_102) on Fri Oct 14 14:39:08 CDT 2016 -->
+<!-- Generated by javadoc (1.8.0_102) on Sun Oct 23 10:55:22 CDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (twitter-history-elasticsearch 0.4-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-14">
+<meta name="date" content="2016-10-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -79,10 +79,9 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
-<li type="circle">org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearch</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>)</li>
-<li type="circle">org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearchConfiguration</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
+<li type="circle">org.apache.streams.example.<a href="org/apache/streams/example/TwitterHistoryElasticsearch.html" title="class in org.apache.streams.example"><span class="typeNameLink">TwitterHistoryElasticsearch</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang">Runnable</a>)</li>
 </ul>
 </li>
 </ul>
@@ -133,6 +132,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file