You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/08/01 23:24:23 UTC

svn commit: r1864188 - /tika/site/publish/1.22/api/index.html

Author: tallison
Date: Thu Aug  1 23:24:23 2019
New Revision: 1864188

URL: http://svn.apache.org/viewvc?rev=1864188&view=rev
Log:
move api docs to right location for 1.22 release...get it right, really

Modified:
    tika/site/publish/1.22/api/index.html

Modified: tika/site/publish/1.22/api/index.html
URL: http://svn.apache.org/viewvc/tika/site/publish/1.22/api/index.html?rev=1864188&r1=1864187&r2=1864188&view=diff
==============================================================================
--- tika/site/publish/1.22/api/index.html (original)
+++ tika/site/publish/1.22/api/index.html Thu Aug  1 23:24:23 2019
@@ -1,471 +1,76 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-    https://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Tika &#x2013; Apache Tika 1.22</title>
-    <style type="text/css" media="all">
-      @import url("../css/site.css");
-    </style>
-    <link rel="icon" type="image/png" href="../tikaNoText16.png" />
-    <script type="text/javascript">
-      function selectProvider(form) {
-        provider = form.elements['searchProvider'].value;
-        if (provider == "any") {
-          if (Math.random() > 0.5) {
-            provider = "lucid";
-          } else {
-            provider = "sl";
-          }
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_172) on Thu Aug 01 19:22:46 EDT 2019 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Tika 1.22 API</title>
+<script type="text/javascript">
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
+    function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
         }
-        if (provider == "lucid") {
-          form.action = "http://find.searchhub.org/p:tika";
-        } else if (provider == "sl") {
-          form.action = "http://search-lucene.com/tika";
+        catch (error) {
+            return false;
         }
-        days = 90;
-        date = new Date();
-        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
-        expires = "; expires=" + date.toGMTString();
-        document.cookie = "searchProvider=" + provider + expires + "; path=/";
-      }
-      function initProvider() {
-        if (document.cookie.length>0) {
-          cStart=document.cookie.indexOf("searchProvider=");
-          if (cStart!=-1) {
-            cStart=cStart + "searchProvider=".length;
-            cEnd=document.cookie.indexOf(";", cStart);
-            if (cEnd==-1) {
-              cEnd=document.cookie.length;
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
             }
-            provider = unescape(document.cookie.substring(cStart,cEnd));
-            document.forms['searchform'].elements['searchProvider'].value = provider;
-          }
         }
-        document.forms['searchform'].elements['q'].focus();
-      }
-    </script>
-  </head>
-  <body onLoad="initProvider();">
-    <div id="body">
-      <div id="banner">
-        <a href="https://tika.apache.org" id="bannerLeft" title="Apache Tika"
-          ><img src="https://tika.apache.org/tika.png" alt="Apache Tika"
-                width="292" height="100"/></a>
-        <a href="https://www.apache.org/" id="bannerRight"
-           title="The Apache Software Foundation"
-          ><img src="https://tika.apache.org/asf-logo.gif" alt="The Apache Software Foundation"
-                width="387" height="100"/></a>
-      </div>
-      <div id="content">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><div class="section">
-<h2><a name="Apache_Tika_1.22"></a>Apache Tika 1.22</h2>
-<p>The most notable changes in Tika 1.22 over the previous release are:</p>
-<ul>
-<li>NOTE: Known regression: PDFBOX-4587 -- PDF passwords with codepoints between 0xF000 and 0XF0000 will cause an exception.</li>
-<li>Add parser for HWP v5 files via SooMyung Lee (soomyung) and JinSup Kim (ddoleye) (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2909">TIKA-2909</a>).</li>
-<li>Fix order of closing streams to avoid &quot;Failed to close temporary resource&quot; exception in TesseractOCRParser (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2908">TIKA-2908</a>).</li>
-<li>Improve AutoDetectReader performance by caching the encoding detector (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-1568">TIKA-1568</a>).</li>
-<li>Prevent RTFParser from outputting illegal tag combinations (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2889">TIKA-2889</a>).</li>
-<li>Fix RereadableInputStream to release all resources (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2903">TIKA-2903</a>).</li>
-<li>Implement custom language identifier in the tika-eval module based on OpenNLP's language detector; add 18 languages and add common wordslists for all 121 languages (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2790">TIKA-2790</a>).</li>
-<li>Fix NPE in MimeTypesReader.releaseParser() via Eamonn Saunders (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2896">TIKA-2896</a>).</li>
-<li>Fix RTFParser to extract more content (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2883">TIKA-2883</a>).</li>
-<li>Add clientSubmitTime to the metadata extracted from PST files (<a class="externalLink" href="http://issues.apache.org/jira/browse/TIKA-2898">TIKA-2898</a>).</li></ul>
-<p>The following people have contributed to Tika 1.22 by submitting or commenting on the issues resolved in this release:</p>
-<ul>
-<li>Andrzej Bialecki</li>
-<li>Eamonn Saunders</li>
-<li>Kevin Ng</li>
-<li>Luis Filipe Nassif</li>
-<li>Marichi Gupta</li>
-<li>Mike Cantrell</li>
-<li>Pandurang</li>
-<li>Paul Woods</li>
-<li>Peter Fassev</li>
-<li>Richard Lehane</li>
-<li>Rohit Sureshrao Shelhalkar</li>
-<li>Sebb</li>
-<li>T Craig</li>
-<li>T. Schmidt</li>
-<li>Tim Allison</li>
-<li>ddoleye</li>
-<li>mungeol heo</li>
-<li>soomyung</li></ul>
-<p>See <a class="externalLink" href="https://s.apache.org/zpngc">https://s.apache.org/zpngc</a> for more details on these contributions.</p></div>
-      </div>
-      <div id="sidebar">
-        <div id="navigation">
-                    <h5>Apache Tika</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="../index.html">Introduction</a>
-          </li>
-              
-    <li class="none">
-                    <a href="../download.html">Download</a>
-          </li>
-              
-    <li class="none">
-                    <a href="../contribute.html">Contribute</a>
-          </li>
-              
-    <li class="none">
-                    <a href="../mail-lists.html">Mailing Lists</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://cwiki.apache.org/confluence/display/tika" class="externalLink">Tika Wiki</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://issues.apache.org/jira/browse/TIKA" class="externalLink">Issue Tracker</a>
-          </li>
-              
-    <li class="none">
-                    <a href="../security.html">Security</a>
-          </li>
-          </ul>
-              <h5>Documentation</h5>
-            <ul>
-              
-          
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-            <li class="expanded">
-              <strong>Apache Tika 1.22</strong>
-                <ul>
-                  
-    <li class="none">
-                    <a href="../1.22/gettingstarted.html">Getting Started</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/formats.html">Supported Formats</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/parser.html">Parser API</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/parser_guide.html">Parser 5min Quick Start Guide</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/detection.html">Content and Language Detection</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/configuring.html">Configuring Tika</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/examples.html">Usage Examples</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/api/">API Documentation</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../1.22/miredot/">REST API Documentation (Miredot)</a>
-          </li>
-              </ul>
-        </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.21/index.html">Apache Tika 1.21</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.20/index.html">Apache Tika 1.20</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.19.1/index.html">Apache Tika 1.19.1</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.19/index.html">Apache Tika 1.19</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.18/index.html">Apache Tika 1.18</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.17/index.html">Apache Tika 1.17</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.16/index.html">Apache Tika 1.16</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.15/index.html">Apache Tika 1.15</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.14/index.html">Apache Tika 1.14</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.13/index.html">Apache Tika 1.13</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.12/index.html">Apache Tika 1.12</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.11/index.html">Apache Tika 1.11</a>
-                </li>
-              
-                
-                    
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-                  
-              
-        <li class="collapsed">
-                    <a href="../1.10/index.html">Apache Tika 1.10</a>
-                </li>
-          </ul>
-              <h5>The Apache Software Foundation</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="https://www.apache.org/foundation/" class="externalLink">About</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://www.apache.org/licenses/" class="externalLink">License</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://www.apache.org/security/" class="externalLink">Security</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship</a>
-          </li>
-              
-    <li class="none">
-                    <a href="https://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
-          </li>
-          </ul>
-      
-          <div id="search">
-            <h5>Search with Apache Solr</h5>
-            <form action="http://search.lucidimagination.com/p:tika"
-                  method="get" id="searchform">
-              <input type="text" id="query" name="q"/>
-              <select name="searchProvider" id="searchProvider">
-                <option value="any">provider</option>
-                <option value="lucid">Lucid Find</option>
-                <option value="sl">Search-Lucene</option>
-              </select>
-              <input type="submit" id="submit" value="Search" name="Search"
-                     onclick="selectProvider(this.form)"/>
-            </form>
-          </div>
-
-          <div id="bookpromo">
-            <h5>Books about Tika</h5>
-            <p>
-              <a href="http://manning.com/mattmann/" title="Tika in Action"
-                ><img src="../mattmann_cover150.jpg"
-                      width="150" height="186"/></a>
-            </p>
-          </div>
-        </div>
-      </div>
-      <div id="footer">
-        <p>
-          Copyright &#169; 2019
-          <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-          Site powered by <a href="https://maven.apache.org/">Apache Maven</a>. 
-          Search powered by
-          <a href="http://www.lucidimagination.com">Lucid Imagination</a>
-          and <a href="http://sematext.com">Sematext</a>.
-          <br/>
-          Apache Tika, Tika, Apache, the Apache feather logo, and the Apache
-          Tika project logo are trademarks of The Apache Software Foundation.
-        </p>
-      </div>
-    </div>
-  </body>
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
 </html>