You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/02/18 11:55:24 UTC

svn commit: r911323 - /jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml

Author: jukka
Date: Thu Feb 18 10:55:24 2010
New Revision: 911323

URL: http://svn.apache.org/viewvc?rev=911323&view=rev
Log:
JCR-2502: Upgrade to Tika 0.6 and PDFBox 1.0.0

Update our version of tika-config to match updates between Tika 0.5 and 0.6

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml?rev=911323&r1=911322&r2=911323&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/query/lucene/tika-config.xml Thu Feb 18 10:55:24 2010
@@ -61,6 +61,7 @@
     <parser name="parse-html" class="org.apache.tika.parser.html.HtmlParser">
       <mime>text/html</mime>
       <mime>application/xhtml+xml</mime>
+      <mime>application/vnd.wap.xhtml+xml</mime>
       <mime>application/x-asp</mime>
     </parser>
 
@@ -139,6 +140,10 @@
       <mime>application/epub+zip</mime>
     </parser>
 
+    <parser name="parse-flv" class="org.apache.tika.parser.video.FLVParser">
+      <mime>video/x-flv</mime>
+    </parser>
+
   </parsers>
 
 </properties>