NIFI-2374 - Adjust documentation wording to clarify IdentifyMimeType

is a non exhaustive list of mime type values
This commit is contained in:
Andre F de Miranda 2016-07-24 01:08:42 +10:00 committed by joewitt
parent 26a5881d21
commit 3e571f9f1f
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</head>
<body>
<p>The following MIME Types are detected:
<p>The following is a non-exhaustive list of MIME Types detected:
</p>
<ul>
<li>application/gzip</li>
@ -55,5 +55,10 @@
<li>application/zip</li>
<li>application/x-lzh</li>
</ul>
<p>For a complete list, please refer to
<a href="https://git-wip-us.apache.org/repos/asf?p=tika.git;a=blob;f=tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml;h=49314cc5351c11cd2bd245501f66e8649d2a2742;hb=386b68b5ae87beafacfb63f33e0a9888dedb9c30">
Apache Tika's source code</a>
</p>
</body>
</html>