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 2011/11/08 12:46:39 UTC

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

Author: jukka
Date: Tue Nov  8 11:46:39 2011
New Revision: 1199202

URL: http://svn.apache.org/viewvc?rev=1199202&view=rev
Log:
JCR-3141: Upgrade to Tika 1.0

Add detector configuration that's needed in Tika 1.0 when using a custom config file.

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=1199202&r1=1199201&r2=1199202&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 Tue Nov  8 11:46:39 2011
@@ -19,6 +19,12 @@
 
 <properties>
 
+  <detectors>
+
+    <detector class="org.apache.tika.detect.DefaultDetector"/>
+
+  </detectors>
+
   <parsers>
 
     <parser class="org.apache.tika.parser.DefaultParser"/>