Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitContent/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitContent/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitContent/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitContent/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits incoming 
FlowFiles by a specified byte sequence</p><h3>Tags: </h3><p>content, split, 
binary</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, whether a 
property supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable Values
 </th><th>Description</th></tr><tr><td id="name"><strong>Byte Sequence 
Format</strong></td><td id="default-value">Hexadecimal</td><td 
id="allowable-values"><ul><li>Hexadecimal <img 
src="../../html/images/iconInfo.png" alt="The Byte Sequence will be interpreted 
as a hexadecimal representation of bytes" title="The Byte Sequence will be 
interpreted as a hexadecimal representation of bytes"></img></li><li>Text <img 
src="../../html/images/iconInfo.png" alt="The Byte Sequence will be interpreted 
as UTF-8 Encoded text" title="The Byte Sequence will be interpreted as UTF-8 
Encoded text"></img></li></ul></td><td id="description">Specifies how the 
&lt;Byte Sequence&gt; property should be interpreted</td></tr><tr><td 
id="name"><strong>Byte Sequence</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A representation of bytes to 
look for and upon which to split the source file into separate 
files</td></tr><tr><td id="name"><strong>Keep Byte Sequence</stro
 ng></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not the Byte Sequence should be included 
with each Split</td></tr><tr><td id="name"><strong>Byte Sequence 
Location</strong></td><td id="default-value">Trailing</td><td 
id="allowable-values"><ul><li>Trailing <img 
src="../../html/images/iconInfo.png" alt="Keep the Byte Sequence at the end of 
the first split if &lt;Keep Byte Sequence&gt; is true" title="Keep the Byte 
Sequence at the end of the first split if &lt;Keep Byte Sequence&gt; is 
true"></img></li><li>Leading <img src="../../html/images/iconInfo.png" 
alt="Keep the Byte Sequence at the beginning of the second split if &lt;Keep 
Byte Sequence&gt; is true" title="Keep the Byte Sequence at the beginning of 
the second split if &lt;Keep Byte Sequence&gt; is 
true"></img></li></ul></td><td id="description">If &lt;Keep Byte Sequence&gt; 
is set to true, specifies whether the byte sequence sh
 ould be added to the end of the first split or the beginning of the second; if 
&lt;Keep Byte Sequence&gt; is false, this property is 
ignored.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>splits</td><td>All
 Splits will be routed to the splits 
relationship</td></tr><tr><td>original</td><td>The original 
file</td></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>fragment.identifier</td><td>All
 split FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the split FlowFiles that were created from a single 
parent FlowFile</td></tr><tr><td>fragment.count</td><td>The number of split 
FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.fi
 lename </td><td>The filename of the parent FlowFile</td></tr></table><h3>See 
Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits incoming 
FlowFiles by a specified byte sequence</p><h3>Tags: </h3><p>content, split, 
binary</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Byte Sequence 
Format</strong></td><td id="default-value">Hexadecimal</td><td 
id="allowable-values"><ul><li>Hexadecimal <img 
src="../../html/images/iconInfo.png" alt="The Byte Sequence will be interpreted 
as a hexadecimal representation of bytes" title="The Byte Sequence will be 
interpreted as a hexadecimal representation of 
 bytes"></img></li><li>Text <img src="../../html/images/iconInfo.png" alt="The 
Byte Sequence will be interpreted as UTF-8 Encoded text" title="The Byte 
Sequence will be interpreted as UTF-8 Encoded text"></img></li></ul></td><td 
id="description">Specifies how the &lt;Byte Sequence&gt; property should be 
interpreted</td></tr><tr><td id="name"><strong>Byte Sequence</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
representation of bytes to look for and upon which to split the source file 
into separate files</td></tr><tr><td id="name"><strong>Keep Byte 
Sequence</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Determines whether or not the Byte Sequence should be included 
with each Split</td></tr><tr><td id="name"><strong>Byte Sequence 
Location</strong></td><td id="default-value">Trailing</td><td 
id="allowable-values"><ul><li>Trailing <img src="../../html/ima
 ges/iconInfo.png" alt="Keep the Byte Sequence at the end of the first split if 
&lt;Keep Byte Sequence&gt; is true" title="Keep the Byte Sequence at the end of 
the first split if &lt;Keep Byte Sequence&gt; is true"></img></li><li>Leading 
<img src="../../html/images/iconInfo.png" alt="Keep the Byte Sequence at the 
beginning of the second split if &lt;Keep Byte Sequence&gt; is true" 
title="Keep the Byte Sequence at the beginning of the second split if &lt;Keep 
Byte Sequence&gt; is true"></img></li></ul></td><td id="description">If 
&lt;Keep Byte Sequence&gt; is set to true, specifies whether the byte sequence 
should be added to the end of the first split or the beginning of the second; 
if &lt;Keep Byte Sequence&gt; is false, this property is 
ignored.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original file</td></tr><tr><td>splits</td><td>All Splits will be routed to the 
splits relationship</td
 ></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes Attributes: 
 ></h3><table 
 >id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>fragment.identifier</td><td>All
 > split FlowFiles produced from the same parent FlowFile will have the same 
 >randomly generated UUID added for this 
 >attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
 >indicates the ordering of the split FlowFiles that were created from a single 
 >parent FlowFile</td></tr><tr><td>fragment.count</td><td>The number of split 
 >FlowFiles generated from the parent 
 >FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
 >the parent FlowFile</td></tr></table><h3>See Also:</h3><p><a 
 >href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitJson/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitJson</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a JSON File 
into multiple, separate FlowFiles for an array element specified by a JsonPath 
expression. Each generated FlowFile is comprised of an element of the specified 
array and transferred to relationship 'split,' with the original file 
transferred to the 'original' relationship. If the specified JsonPath is not 
found or does not evaluate to an array element, the original file is routed to 
'failure' and no files are generated.</p><h3>Tags: </h3><p>json, split, 
jsonpath</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values, whether a 
property supports the <a href="../../html/expression-language-guide.html">
 NiFi Expression Language</a>, and whether a property is considered 
"sensitive", meaning that its value will be encrypted. Before entering a value 
in a sensitive property, ensure that the <strong>nifi.properties</strong> file 
has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>JsonPath 
Expression</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A JsonPath expression that 
indicates the array element to split into JSON/scalar 
fragments.</td></tr><tr><td id="name"><strong>Null Value 
Representation</strong></td><td id="default-value">empty string</td><td 
id="allowable-values"><ul><li>empty string</li><li>the string 
'null'</li></ul></td><td id="description">Indicates the desired representation 
of JSON Path expressions resulting in a null 
value.</td></tr></table><h3>Relationships: </h3><
 table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid JSON or the specified path does not exist), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, nothing will be sent to 
this relationship</td></tr><tr><td>split</td><td>All segments of the original 
FlowFile will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitJson</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a JSON File 
into multiple, separate FlowFiles for an array element specified by a JsonPath 
expression. Each generated FlowFile is comprised of an element of the specified 
array and transferred to relationship 'split,' with the original file 
transferred to the 'original' relationship. If the specified JsonPath is not 
found or does not evaluate to an array element, the original file is routed to 
'failure' and no files are generated.</p><h3>Tags: </h3><p>json, split, 
jsonpath</p><h3>Properties: </h3><p>In the list below, the names of required 
properties appear in <strong>bold</strong>. Any other properties (not in bold) 
are considered optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable Value
 s</th><th>Description</th></tr><tr><td id="name"><strong>JsonPath 
Expression</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">A JsonPath expression that 
indicates the array element to split into JSON/scalar 
fragments.</td></tr><tr><td id="name"><strong>Null Value 
Representation</strong></td><td id="default-value">empty string</td><td 
id="allowable-values"><ul><li>the string 'null'</li><li>empty 
string</li></ul></td><td id="description">Indicates the desired representation 
of JSON Path expressions resulting in a null 
value.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original FlowFile that was split into segments. If the FlowFile fails 
processing, nothing will be sent to this 
relationship</td></tr><tr><td>failure</td><td>If a FlowFile fails processing 
for any reason (for example, the FlowFile is not valid JSON or the specified 
path does not exist),
  it will be routed to this relationship</td></tr><tr><td>split</td><td>All 
segments of the original FlowFile will be routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitText/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitText/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitText/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitText/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a text file 
into multiple smaller text files on line boundaries, each having up to a 
configured number of lines</p><h3>Tags: </h3><p>split, text</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>N
 ame</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Line Split 
Count</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The number of lines that will 
be added to each split file</td></tr><tr><td id="name"><strong>Header Line 
Count</strong></td><td id="default-value">0</td><td 
id="allowable-values"></td><td id="description">The number of lines that should 
be considered part of the header; the header lines will be duplicated to all 
split files</td></tr><tr><td id="name"><strong>Remove Trailing 
Newlines</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to remove newlines at the end of each split file. This 
should be false if you intend to merge the split files 
later</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a 
 file cannot be split for some reason, the original file will be routed to this 
destination and nothing will be routed 
elsewhere</td></tr><tr><td>original</td><td>The original input file will be 
routed to this destination when it has been successfully split into 1 or more 
files</td></tr><tr><td>splits</td><td>The split files will be routed to this 
destination when an input file is successfully split into 1 or more split 
files</td></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>text.line.count</td><td>The
 number of lines of text from the original FlowFile that were copied to this 
FlowFile</td></tr><tr><td>fragment.identifier</td><td>All split FlowFiles 
produced from the same parent FlowFile will have the same randomly generated 
UUID added for this attribute</td></tr><tr><td>fragment.index</td><td>A one-up 
number that indicates the ordering of the split FlowFiles that were
  created from a single parent 
FlowFile</td></tr><tr><td>fragment.count</td><td>The number of split FlowFiles 
generated from the parent FlowFile</td></tr><tr><td>segment.original.filename 
</td><td>The filename of the parent FlowFile</td></tr></table><h3>See 
Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitText</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits a text file 
into multiple smaller text files on line boundaries, each having up to a 
configured number of lines</p><h3>Tags: </h3><p>split, text</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Line Split 
Count</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The number of lines that will 
be added to each split file</td></tr><tr><td id="name"><strong>Header Line 
Count</strong></td><td id="default-value">0</td><td id="allow
 able-values"></td><td id="description">The number of lines that should be 
considered part of the header; the header lines will be duplicated to all split 
files</td></tr><tr><td id="name"><strong>Remove Trailing 
Newlines</strong></td><td id="default-value">true</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Whether to remove newlines at the end of each split file. This 
should be false if you intend to merge the split files 
later</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original input file will be routed to this destination when it has been 
successfully split into 1 or more files</td></tr><tr><td>failure</td><td>If a 
file cannot be split for some reason, the original file will be routed to this 
destination and nothing will be routed 
elsewhere</td></tr><tr><td>splits</td><td>The split files will be routed to 
this destination when an input file is
  successfully split into 1 or more split files</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>text.line.count</td><td>The
 number of lines of text from the original FlowFile that were copied to this 
FlowFile</td></tr><tr><td>fragment.identifier</td><td>All split FlowFiles 
produced from the same parent FlowFile will have the same randomly generated 
UUID added for this attribute</td></tr><tr><td>fragment.index</td><td>A one-up 
number that indicates the ordering of the split FlowFiles that were created 
from a single parent FlowFile</td></tr><tr><td>fragment.count</td><td>The 
number of split FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.SplitXml/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits an XML File 
into multiple separate FlowFiles, each comprising a child or descendant of the 
original root element</p><h3>Tags: </h3><p>xml, split</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Na
 me</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Split 
Depth</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Indicates the XML-nesting depth 
to start splitting XML fragments. A depth of 1 means split the root's children, 
whereas a depth of 2 means split the root's children's children and so 
forth.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid XML), it will be routed to this 
relationship</td></tr><tr><td>original</td><td>The original FlowFile that was 
split into segments. If the FlowFile fails processing, nothing will be sent to 
this relationship</td></tr><tr><td>split</td><td>All segments of the original 
FlowFile will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Wr
 ites Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>SplitXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Splits an XML File 
into multiple separate FlowFiles, each comprising a child or descendant of the 
original root element</p><h3>Tags: </h3><p>xml, split</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Split 
Depth</strong></td><td id="default-value">1</td><td 
id="allowable-values"></td><td id="description">Indicates the XML-nesting depth 
to start splitting XML fragments. A depth of 1 means split the root's children, 
whereas a depth of 2 means split the root's children's chil
 dren and so forth.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original FlowFile that was split into segments. If the FlowFile fails 
processing, nothing will be sent to this 
relationship</td></tr><tr><td>failure</td><td>If a FlowFile fails processing 
for any reason (for example, the FlowFile is not valid XML), it will be routed 
to this relationship</td></tr><tr><td>split</td><td>All segments of the 
original FlowFile will be routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TransformXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Applies the 
provided XSLT file to the flowfile XML payload. A new FlowFile is created with 
transformed content and is routed to the 'success' relationship. If the XSL 
transform fails, the original FlowFile is routed to the 'failure' 
relationship</p><h3>Tags: </h3><p>xml, xslt, transform</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong
 >nifi.properties</strong> file has an entry for the property 
 ><strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name"><strong>XSLT file 
 >name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">Provides the name (including 
 >full path) of the XSLT file to apply to the flowfile XML 
 >content.</td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic Properties 
 >allow the user to specify both the name and value of a property.<table 
 >id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 > id="name">An XSLT transform parameter name</td><td id="value">An XSLT 
 >transform parameter value</td><td>These XSLT parameters are passed to the 
 >transformer<br/><strong>Supports Expression Language: 
 >true</strong></td></tr></table></p><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></
 tr><tr><td>success</td><td>The FlowFile with transformed content will be 
routed to this relationship</td></tr><tr><td>failure</td><td>If a FlowFile 
fails processing for any reason (for example, the FlowFile is not valid XML), 
it will be routed to this relationship</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TransformXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Applies the 
provided XSLT file to the flowfile XML payload. A new FlowFile is created with 
transformed content and is routed to the 'success' relationship. If the XSL 
transform fails, the original FlowFile is routed to the 'failure' 
relationship</p><h3>Tags: </h3><p>xml, xslt, transform</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>XSLT file 
name</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">Provides the name (including 
 full path) of the XSLT file to apply to the flowfile XML 
content.</td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic Properties 
allow the user to specify both the name and value of a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">An XSLT transform parameter name</td><td id="value">An XSLT 
transform parameter value</td><td>These XSLT parameters are passed to the 
transformer<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>failure</td><td>If
 a FlowFile fails processing for any reason (for example, the FlowFile is not 
valid XML), it will be routed to this 
relationship</td></tr><tr><td>success</td><td>The FlowFile with transformed 
content will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3>None 
specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>UnpackContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Unpacks the 
content of FlowFiles that have been packaged with one of several different 
Packaging Formats, emitting one to many FlowFiles for each input 
FlowFile</p><h3>Tags: </h3><p>Unpack, un-merge, tar, zip, archive, 
flowfile-stream, flowfile-stream-v3</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file h
 as an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Packaging 
Format</strong></td><td id="default-value">use mime.type attribute</td><td 
id="allowable-values"><ul><li>use mime.type 
attribute</li><li>tar</li><li>zip</li><li>flowfile-stream-v3</li><li>flowfile-stream-v2</li><li>flowfile-tar-v1</li></ul></td><td
 id="description">The Packaging Format used to create the 
file</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Unpacked
 FlowFiles are sent to this relationship</td></tr><tr><td>failure</td><td>The 
original FlowFile is sent to this relationship when it cannot be unpacked for 
some reason</td></tr><tr><td>original</td><td>The original FlowFile is sent to 
this relationship after it has been successfully 
unpacked</td></tr></table><h3>Reads At
 tributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the &lt;Packaging Format&gt; property is set to use mime.type attribute, this 
attribute is used to determine the FlowFile's MIME Type. In this case, if the 
attribute is set to application/tar, the TAR Packaging Format will be used. If 
the attribute is set to application/zip, the ZIP Packaging Format will be used. 
If the attribute is set to application/flowfile-v3 or application/flowfile-v2 
or application/flowfile-v1, the appropriate FlowFile Packaging Format will be 
used. If this attribute is missing, the FlowFile will be routed to 'failure'. 
Otherwise, if the attribute's value is not one of those mentioned above, the 
FlowFile will be routed to 'success' without being 
unpacked</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the FlowFile is successfully unpacked, its MIME Ty
 pe is no longer known, so the mime.type attribute is set to 
application/octet-stream.</td></tr><tr><td>fragment.identifier</td><td>All 
unpacked FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the unpacked FlowFiles that were created from a 
single parent FlowFile</td></tr><tr><td>fragment.count</td><td>The number of 
unpacked FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile. Extensions of .tar, .zip or .pkg are removed because the 
MergeContent processor automatically adds those extensions if it is used to 
rebuild the original FlowFile</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>UnpackContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Unpacks the 
content of FlowFiles that have been packaged with one of several different 
Packaging Formats, emitting one to many FlowFiles for each input 
FlowFile</p><h3>Tags: </h3><p>Unpack, un-merge, tar, zip, archive, 
flowfile-stream, flowfile-stream-v3</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Packaging 
Format</strong></td><td id="default-value">use mime.type attribute</td><td 
id="allowable-values"><ul><li>use mime.type 
attribute</li><li>tar</li><li>zip</li><l
 
i>flowfile-stream-v3</li><li>flowfile-stream-v2</li><li>flowfile-tar-v1</li></ul></td><td
 id="description">The Packaging Format used to create the 
file</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>original</td><td>The
 original FlowFile is sent to this relationship after it has been successfully 
unpacked</td></tr><tr><td>failure</td><td>The original FlowFile is sent to this 
relationship when it cannot be unpacked for some 
reason</td></tr><tr><td>success</td><td>Unpacked FlowFiles are sent to this 
relationship</td></tr></table><h3>Reads Attributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the &lt;Packaging Format&gt; property is set to use mime.type attribute, this 
attribute is used to determine the FlowFile's MIME Type. In this case, if the 
attribute is set to application/tar, the TAR Packaging Format will be used. If 
the attribute is set to applicat
 ion/zip, the ZIP Packaging Format will be used. If the attribute is set to 
application/flowfile-v3 or application/flowfile-v2 or application/flowfile-v1, 
the appropriate FlowFile Packaging Format will be used. If this attribute is 
missing, the FlowFile will be routed to 'failure'. Otherwise, if the 
attribute's value is not one of those mentioned above, the FlowFile will be 
routed to 'success' without being unpacked</td></tr></table><h3>Writes 
Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the FlowFile is successfully unpacked, its MIME Type is no longer known, so 
the mime.type attribute is set to 
application/octet-stream.</td></tr><tr><td>fragment.identifier</td><td>All 
unpacked FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the unpacked FlowFiles that were c
 reated from a single parent 
FlowFile</td></tr><tr><td>fragment.count</td><td>The number of unpacked 
FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile. Extensions of .tar, .zip or .pkg are removed because the 
MergeContent processor automatically adds those extensions if it is used to 
rebuild the original FlowFile</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ValidateXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Validates the 
contents of FlowFiles against a user-specified XML Schema file</p><h3>Tags: 
</h3><p>xml, schema, validation, xsd</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Val
 ue</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Schema File</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The path to the Schema file 
that is to be used for validation</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>valid</td><td>FlowFiles
 that are successfully validated against the schema are routed to this 
relationship</td></tr><tr><td>invalid</td><td>FlowFiles that are not valid 
according to the specified schema are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ValidateXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Validates the 
contents of FlowFiles against a user-specified XML Schema file</p><h3>Tags: 
</h3><p>xml, schema, validation, xsd</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Schema 
File</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The path to the Schema file 
that is to be used for validation</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>valid</td><td>F
 lowFiles that are successfully validated against the schema are routed to this 
relationship</td></tr><tr><td>invalid</td><td>FlowFiles that are not valid 
according to the specified schema are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetTwitter</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Pulls status 
changes from Twitter's streaming API</p><h3>Tags: </h3><p>twitter, tweets, 
social media, status, json</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Al
 lowable Values</th><th>Description</th></tr><tr><td id="name"><strong>Twitter 
Endpoint</strong></td><td id="default-value">Sample Endpoint</td><td 
id="allowable-values"><ul><li>Sample Endpoint <img 
src="../../html/images/iconInfo.png" alt="The endpoint that provides public 
data, aka a 'garden hose'" title="The endpoint that provides public data, aka a 
'garden hose'"></img></li><li>Firehose Endpoint <img 
src="../../html/images/iconInfo.png" alt="The endpoint that provides access to 
all tweets" title="The endpoint that provides access to all 
tweets"></img></li><li>Filter Endpoint <img 
src="../../html/images/iconInfo.png" alt="Endpoint that allows the stream to be 
filtered by specific terms or User IDs" title="Endpoint that allows the stream 
to be filtered by specific terms or User IDs"></img></li></ul></td><td 
id="description">Specifies which endpoint data should be pulled 
from</td></tr><tr><td id="name"><strong>Consumer Key</strong></td><td 
id="default-value"></td><td id="allowable-v
 alues"></td><td id="description">The Consumer Key provided by 
Twitter</td></tr><tr><td id="name"><strong>Consumer Secret</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Consumer Secret provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Access Token</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Acces Token provided by Twitter</td></tr><tr><td id="name"><strong>Access Token 
Secret</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Access Token Secret 
provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Languages</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of languages for which tweets should be 
fetched</td></tr><tr><td id="name">Terms to Filter On</td><td 
id="default-value"></td><td id="allo
 wable-values"></td><td id="description">A comma-separated list of terms to 
filter on. Ignored unless Endpoint is set to 'Filter Endpoint'. The filter 
works such that if any term matches, the status update will be retrieved; 
multiple terms separated by a space function as an 'AND'. I.e., 'it was, hello' 
will retrieve status updates that have either 'hello' or both 'it' AND 
'was'</td></tr><tr><td id="name">IDs to Follow</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of Twitter User ID's to follow. Ignored unless Endpoint is 
set to 'Filter Endpoint'.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 status updates will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>Sets
 mime 
 type to application/json</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetTwitter</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Pulls status 
changes from Twitter's streaming API</p><h3>Tags: </h3><p>twitter, tweets, 
social media, status, json</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, and whether a property is considered "sensitive", meaning that 
its value will be encrypted. Before entering a value in a sensitive property, 
ensure that the <strong>nifi.properties</strong> file has an entry for the 
property <strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Twitter 
Endpoint</strong></td><td id="defaul
 t-value">Sample Endpoint</td><td id="allowable-values"><ul><li>Sample Endpoint 
<img src="../../html/images/iconInfo.png" alt="The endpoint that provides 
public data, aka a 'garden hose'" title="The endpoint that provides public 
data, aka a 'garden hose'"></img></li><li>Firehose Endpoint <img 
src="../../html/images/iconInfo.png" alt="The endpoint that provides access to 
all tweets" title="The endpoint that provides access to all 
tweets"></img></li><li>Filter Endpoint <img 
src="../../html/images/iconInfo.png" alt="Endpoint that allows the stream to be 
filtered by specific terms or User IDs" title="Endpoint that allows the stream 
to be filtered by specific terms or User IDs"></img></li></ul></td><td 
id="description">Specifies which endpoint data should be pulled 
from</td></tr><tr><td id="name"><strong>Consumer Key</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Consumer Key provided by Twitter</td></tr><tr><td id="name"><strong>Consumer 
 Secret</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Consumer Secret provided by 
Twitter<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name"><strong>Access Token</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Acces Token provided by 
Twitter</td></tr><tr><td id="name"><strong>Access Token Secret</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Access Token Secret provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Languages</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of languages for which tweets should be 
fetched</td></tr><tr><td id="name">Terms to Filter On</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of terms to filter on. Ignored unless Endpoint is s
 et to 'Filter Endpoint'. The filter works such that if any term matches, the 
status update will be retrieved; multiple terms separated by a space function 
as an 'AND'. I.e., 'it was, hello' will retrieve status updates that have 
either 'hello' or both 'it' AND 'was'</td></tr><tr><td id="name">IDs to 
Follow</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">A comma-separated list of Twitter User ID's to follow. Ignored 
unless Endpoint is set to 'Filter 
Endpoint'.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 status updates will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>Sets
 mime type to application/json</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>YandexTranslate</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Translates content 
and attributes from one language to another</p><h3>Tags: </h3><p>yandex, 
translate, translation, language</p><h3>Properties: </h3><p>In the list below, 
the names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default V
 alue</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Yandex API Key</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The API Key that is registered 
with Yandex</td></tr><tr><td id="name"><strong>Input Language</strong></td><td 
id="default-value">es</td><td id="allowable-values"></td><td 
id="description">The language of incoming data<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Target 
Language</strong></td><td id="default-value">en</td><td 
id="allowable-values"></td><td id="description">The language to translate the 
text into<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Translate 
Content</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the content should be translated. If 
false, only the text specified by user-
 defined properties will be translated.</td></tr><tr><td 
id="name"><strong>Character Set</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">Specifies the character set of the data to be 
translated<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of an attribute to set that will contain the translated 
text of the value</td><td id="value">The value to 
translate</td><td>User-defined properties are used to translate arbitrary text 
based on attributes.<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>translation.failure</td><td>This
 relationship is used if the translat
 ion cannot be performed for some reason other than communications 
failure</td></tr><tr><td>success</td><td>This relationship is used when the 
translation is successful</td></tr><tr><td>comms.failure</td><td>This 
relationship is used when the translation fails due to a problem such as a 
network failure, and for which the translation should be attempted 
again</td></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>yandex.translate.failure.reason</td><td>If
 the text cannot be translated, this attribute will be set indicating the 
reason for the failure</td></tr><tr><td>language</td><td>When the translation 
succeeds, if the content was translated, this attribute will be set indicating 
the new language of the content</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>YandexTranslate</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Translates content 
and attributes from one language to another</p><h3>Tags: </h3><p>yandex, 
translate, translation, language</p><h3>Properties: </h3><p>In the list below, 
the names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, and whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression 
Language</a>.</p><table id="properties"><tr><th>Name</th><th>Default 
Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Yandex API Key</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The API Key that is registered 
with Yandex</td></tr><tr><td id="name"><
 strong>Input Language</strong></td><td id="default-value">es</td><td 
id="allowable-values"></td><td id="description">The language of incoming 
data<br/><strong>Supports Expression Language: true</strong></td></tr><tr><td 
id="name"><strong>Target Language</strong></td><td 
id="default-value">en</td><td id="allowable-values"></td><td 
id="description">The language to translate the text into<br/><strong>Supports 
Expression Language: true</strong></td></tr><tr><td id="name"><strong>Translate 
Content</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the content should be translated. If 
false, only the text specified by user-defined properties will be 
translated.</td></tr><tr><td id="name"><strong>Character Set</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">Specifies the character set of the data to be 
translated<br/><strong>Supports 
 Expression Language: true</strong></td></tr></table><h3>Dynamic Properties: 
</h3><p>Dynamic Properties allow the user to specify both the name and value of 
a property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of an attribute to set that will contain the translated 
text of the value</td><td id="value">The value to 
translate</td><td>User-defined properties are used to translate arbitrary text 
based on attributes.<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>translation.failure</td><td>This
 relationship is used if the translation cannot be performed for some reason 
other than communications failure</td></tr><tr><td>comms.failure</td><td>This 
relationship is used when the translation fails due to a problem such as a 
network failure, and for which the translation should be attempted agai
 n</td></tr><tr><td>success</td><td>This relationship is used when the 
translation is successful</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>yandex.translate.failure.reason</td><td>If
 the text cannot be translated, this attribute will be set indicating the 
reason for the failure</td></tr><tr><td>language</td><td>When the translation 
succeeds, if the content was translated, this attribute will be set indicating 
the new language of the content</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardGangliaReporter</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Reports metrics to 
Ganglia so that Ganglia can be used for external monitoring of the application. 
Metrics reported include JVM Metrics (optional); the following 5-minute NiFi 
statistics: FlowFiles Received, Bytes Received, FlowFiles Sent, Bytes Sent, 
Bytes Read, Bytes Written, Total Task Duration; and the current values for 
FlowFiles Queued, Bytes Queued, and number of Active Threads.</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>ganglia, stats</p><h3>Properties: </h3><p>In the list below, the names 
of required properties appear in <strong>bold</strong>. Any other properties 
(not in bold) are considered optional. The table also indicates any default 
values, whether a property supports the <a href="../../html/expression-la
 nguage-guide.html">NiFi Expression Language</a>, and whether a property is 
considered "sensitive", meaning that its value will be encrypted. Before 
entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The fully-qualified name of the host on which Ganglia is 
running</td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">8649</td><td id="allowable-values"></td><td 
id="description">The Port on which Ganglia is listening for incoming 
connections</td></tr><tr><td id="name"><strong>Send JVM 
Metrics</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></
 td><td id="description">Specifies whether or not JVM Metrics should be 
gathered and sent, in addition to NiFi-specific 
metrics</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardGangliaReporter</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Reports metrics to 
Ganglia so that Ganglia can be used for external monitoring of the application. 
Metrics reported include JVM Metrics (optional); the following 5-minute NiFi 
statistics: FlowFiles Received, Bytes Received, FlowFiles Sent, Bytes Sent, 
Bytes Read, Bytes Written, Total Task Duration; and the current values for 
FlowFiles Queued, Bytes Queued, and number of Active Threads.</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>ganglia, stats</p><h3>Properties: </h3><p>In the list below, the names 
of required properties appear in <strong>bold</strong>. Any other properties 
(not in bold) are considered optional. The table also indicates any default 
values.</p><table id="properties"><tr><th>Name</th><th>Default Value</th>
 <th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The fully-qualified name of the host on which Ganglia is 
running</td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">8649</td><td id="allowable-values"></td><td 
id="description">The Port on which Ganglia is listening for incoming 
connections</td></tr><tr><td id="name"><strong>Send JVM 
Metrics</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not JVM Metrics should be gathered and 
sent, in addition to NiFi-specific metrics</td></tr></table></body></html>
\ No newline at end of file

Modified: 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 (original)
+++ 
nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 Thu Aug 13 01:19:25 2015
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardSSLContextService</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Standard 
implementation of the SSLContextService. Provides the ability to configure 
keystore and/or truststore properties once and reuse that configuration 
throughout the application</p><h3>Tags: </h3><p>ssl, secure, certificate, 
keystore, truststore, jks, p12, pkcs12, pkcs</p><h3>Properties: </h3><p>In the 
list below, the names of required properties appear in <strong>bold</strong>. 
Any other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong
 >nifi.properties</strong> file has an entry for the property 
 ><strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name">Keystore 
 >Filename</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The fully-qualified filename of the 
 >Keystore</td></tr><tr><td id="name">Keystore Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The password for the Keystore<br/><strong>Sensitive 
 >Property: true</strong></td></tr><tr><td id="name">Keystore Type</td><td 
 >id="default-value"></td><td 
 >id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
 >id="description">The Type of the Keystore</td></tr><tr><td 
 >id="name">Truststore Filename</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The fully-qualified filename 
 >of the Truststore</td></tr><tr><td id="name">Truststore Passwo
 rd</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The password for the Truststore<br/><strong>Sensitive 
Property: true</strong></td></tr><tr><td id="name">Truststore Type</td><td 
id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Truststore. Either JKS or 
PKCS12</td></tr></table></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardSSLContextService</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Standard 
implementation of the SSLContextService. Provides the ability to configure 
keystore and/or truststore properties once and reuse that configuration 
throughout the application</p><h3>Tags: </h3><p>ssl, secure, certificate, 
keystore, truststore, jks, p12, pkcs12, pkcs</p><h3>Properties: </h3><p>In the 
list below, the names of required properties appear in <strong>bold</strong>. 
Any other properties (not in bold) are considered optional. The table also 
indicates any default values, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong>nifi.properties</strong> file has 
an entry for the property <strong>nifi.sensitive.props.key</strong>.</p><table 
 id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name">Keystore Filename</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
fully-qualified filename of the Keystore</td></tr><tr><td id="name">Keystore 
Password</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The password for the Keystore<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Keystore Type</td><td 
id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Keystore</td></tr><tr><td id="name">Truststore 
Filename</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The fully-qualified filename of the 
Truststore</td></tr><tr><td id="name">Truststore Password</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
password for the Trusts
 tore<br/><strong>Sensitive Property: true</strong></td></tr><tr><td 
id="name">Truststore Type</td><td id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Truststore. Either JKS or 
PKCS12</td></tr><tr><td id="name">SSL Protocol</td><td 
id="default-value">TLS</td><td 
id="allowable-values"><ul><li>SSL</li><li>SSLv2Hello</li><li>SSLv3</li><li>TLS</li><li>TLSv1</li><li>TLSv1.1</li><li>TLSv1.2</li></ul></td><td
 id="description">The algorithm to use for this SSL 
context</td></tr></table></body></html>
\ No newline at end of file

Modified: nifi/site/trunk/docs/nifi-docs/index.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-docs/index.html?rev=1695640&r1=1695639&r2=1695640&view=diff
==============================================================================
--- nifi/site/trunk/docs/nifi-docs/index.html (original)
+++ nifi/site/trunk/docs/nifi-docs/index.html Thu Aug 13 01:19:25 2015
@@ -74,6 +74,8 @@
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.standard.ExecuteProcess/index.html" 
target="component-usage">ExecuteProcess</a></li>
                             
+                                <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.standard.ExecuteSQL/index.html" 
target="component-usage">ExecuteSQL</a></li>
+                            
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.standard.ExecuteStreamCommand/index.html"
 target="component-usage">ExecuteStreamCommand</a></li>
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.hl7.ExtractHL7Attributes/index.html"
 target="component-usage">ExtractHL7Attributes</a></li>
@@ -102,6 +104,8 @@
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.kafka.GetKafka/index.html" 
target="component-usage">GetKafka</a></li>
                             
+                                <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.mongodb.GetMongo/index.html" 
target="component-usage">GetMongo</a></li>
+                            
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.standard.GetSFTP/index.html" 
target="component-usage">GetSFTP</a></li>
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.solr.GetSolr/index.html" 
target="component-usage">GetSolr</a></li>
@@ -148,6 +152,8 @@
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.kafka.PutKafka/index.html" 
target="component-usage">PutKafka</a></li>
                             
+                                <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.mongodb.PutMongo/index.html" 
target="component-usage">PutMongo</a></li>
+                            
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.standard.PutSFTP/index.html" 
target="component-usage">PutSFTP</a></li>
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.processors.solr.PutSolrContentStream/index.html"
 target="component-usage">PutSolrContentStream</a></li>
@@ -202,6 +208,8 @@
                         
                             <ul>
                             
+                                <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.dbcp.DBCPConnectionPool/index.html" 
target="component-usage">DBCPConnectionPool</a></li>
+                            
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.distributed.cache.client.DistributedMapCacheClientService/index.html"
 target="component-usage">DistributedMapCacheClientService</a></li>
                             
                                 <li class="component-item"><a 
class="component-link" 
href="components/org.apache.nifi.distributed.cache.server.map.DistributedMapCacheServer/index.html"
 target="component-usage">DistributedMapCacheServer</a></li>
@@ -259,7 +267,7 @@
                 <input type="text" id="component-filter"/>
             </div>
             <div id="component-filter-stats">
-                Displaying&nbsp;<span 
id="displayed-components">89</span>&nbsp;of&nbsp;89
+                Displaying&nbsp;<span 
id="displayed-components">93</span>&nbsp;of&nbsp;93
             </div>
         </div>
         <div id="component-usage-container">


Reply via email to