You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/02/28 13:07:47 UTC

svn commit: r1075308 - /uima/sandbox/trunk/Solrcas/desc/solrmapping.xml

Author: joern
Date: Mon Feb 28 12:07:46 2011
New Revision: 1075308

URL: http://svn.apache.org/viewvc?rev=1075308&view=rev
Log:
UIMA-2047 Fixed small mistake in new mapping file, it should of course be org.apache and not com.apache

Modified:
    uima/sandbox/trunk/Solrcas/desc/solrmapping.xml

Modified: uima/sandbox/trunk/Solrcas/desc/solrmapping.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/desc/solrmapping.xml?rev=1075308&r1=1075307&r2=1075308&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/desc/solrmapping.xml (original)
+++ uima/sandbox/trunk/Solrcas/desc/solrmapping.xml Mon Feb 28 12:07:46 2011
@@ -31,7 +31,7 @@
   <!-- Each document has a unique id inside the DocumentId FS, the if field of that
        FS is written into the solr id field -->
   <fsMapping>
-    <type name="com.apache.uima.solrcas.DocumentId">
+    <type name="org.apache.uima.solrcas.DocumentId">
       <map feature="id" field="id"/>
     </type>    
   </fsMapping>
@@ -40,7 +40,7 @@
        the text covered by these annotations is written into the
        organization field -->
   <fsMapping>
-    <type name="com.apache.uima.solrcas.Organization">
+    <type name="org.apache.uima.solrcas.Organization">
       <map feature="coveredText" field="organization"/>
     </type>    
   </fsMapping>