You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/02/22 14:46:12 UTC

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

Author: tommaso
Date: Tue Feb 22 13:46:12 2011
New Revision: 1073324

URL: http://svn.apache.org/viewvc?rev=1073324&view=rev
Log:
[UIMA-2047] - solrmapping.xml to use the CAS API type

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=1073324&r1=1073323&r2=1073324&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/desc/solrmapping.xml (original)
+++ uima/sandbox/trunk/Solrcas/desc/solrmapping.xml Tue Feb 22 13:46:12 2011
@@ -20,7 +20,7 @@
 -->
 
 <fieldMapping>
-  <type name="org.apache.uima.jcas.tcas.Annotation">
+  <type name="uima.tcas.Annotation">
     <map feature="coveredText" field="annotation"/>
   </type>
 </fieldMapping>
\ No newline at end of file