You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/11/05 05:15:43 UTC

svn commit: r1197882 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/backwards/src/test/ lucene/contrib/analyzers/common/ lucene/contrib/spellchecker/ solr/ solr/contrib/dataimporthandler/ solr/core/src/test/org/apache/solr/analysis/ solr/exampl...

Author: koji
Date: Sat Nov  5 04:15:43 2011
New Revision: 1197882

URL: http://svn.apache.org/viewvc?rev=1197882&view=rev
Log:
SOLR-2875: incorrect url in tika-data-config.xml

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/backwards/src/test/   (props changed)
    lucene/dev/branches/branch_3x/lucene/contrib/analyzers/common/   (props changed)
    lucene/dev/branches/branch_3x/lucene/contrib/spellchecker/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt
    lucene/dev/branches/branch_3x/solr/core/src/test/org/apache/solr/analysis/TestPhoneticFilterFactory.java   (props changed)
    lucene/dev/branches/branch_3x/solr/example/example-DIH/solr/tika/conf/tika-data-config.xml

Modified: lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt?rev=1197882&r1=1197881&r2=1197882&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt Sat Nov  5 04:15:43 2011
@@ -11,7 +11,9 @@ $Id$
 
 ==================  3.5.0 ==================
 
-(No Changes)
+Bug Fixes
+----------------------
+* SOLR-2875: Fix the incorrect url in tika-data-config.xml (Shinichiro Abe via koji)
 
 ==================  3.4.0 ==================
 

Modified: lucene/dev/branches/branch_3x/solr/example/example-DIH/solr/tika/conf/tika-data-config.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/example/example-DIH/solr/tika/conf/tika-data-config.xml?rev=1197882&r1=1197881&r2=1197882&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/example/example-DIH/solr/tika/conf/tika-data-config.xml (original)
+++ lucene/dev/branches/branch_3x/solr/example/example-DIH/solr/tika/conf/tika-data-config.xml Sat Nov  5 04:15:43 2011
@@ -1,7 +1,8 @@
 <dataConfig>
     <dataSource type="BinFileDataSource" />
     <document>
-        <entity name="tika-test" processor="TikaEntityProcessor" url="../contrib/extraction/src/test/resources/solr-word.pdf" format="text">
+        <entity name="tika-test" processor="TikaEntityProcessor"
+                url="../contrib/extraction/src/test-files/extraction/solr-word.pdf" format="text">
                 <field column="Author" name="author" meta="true"/>
                 <field column="title" name="title" meta="true"/>
                 <field column="text" name="text"/>