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 15:02:45 UTC

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

Author: tommaso
Date: Tue Feb 22 14:02:45 2011
New Revision: 1073329

URL: http://svn.apache.org/viewvc?rev=1073329&view=rev
Log:
[UIMA-2047] - solrmapping.xml with correct root element name (same as in src/test/resources/)

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=1073329&r1=1073328&r2=1073329&view=diff
==============================================================================
--- uima/sandbox/trunk/Solrcas/desc/solrmapping.xml (original)
+++ uima/sandbox/trunk/Solrcas/desc/solrmapping.xml Tue Feb 22 14:02:45 2011
@@ -19,8 +19,12 @@
    under the License.
 -->
 
-<fieldMapping>
-  <type name="uima.tcas.Annotation">
-    <map feature="coveredText" field="annotation"/>
-  </type>
-</fieldMapping>
\ No newline at end of file
+<solrMapping>
+  <documentText>text</documentText>
+  <documentLanguage>language</documentLanguage>
+  <fsMapping>
+    <type name="uima.tcas.Annotation">
+      <map feature="coveredText" field="annotation"/>
+    </type>
+  </fsMapping>
+</solrMapping>
\ No newline at end of file