You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2013/02/04 14:41:06 UTC

svn commit: r1442112 - /lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml

Author: tommaso
Date: Mon Feb  4 13:41:06 2013
New Revision: 1442112

URL: http://svn.apache.org/viewvc?rev=1442112&view=rev
Log:
LUCENE-4749 - added sample conf in solr/contrib/uima too

Modified:
    lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml

Modified: lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml?rev=1442112&r1=1442111&r2=1442112&view=diff
==============================================================================
--- lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml (original)
+++ lucene/dev/trunk/solr/contrib/uima/src/test-files/uima/uima-tokenizers-schema.xml Mon Feb  4 13:41:06 2013
@@ -300,7 +300,8 @@
     <fieldType name="uima_sentences" class="solr.TextField" positionIncrementGap="100">
       <analyzer>
         <tokenizer class="solr.UIMAAnnotationsTokenizerFactory"
-                   descriptorPath="/uima/AggregateSentenceAE.xml" tokenType="org.apache.uima.SentenceAnnotation"/>
+                   descriptorPath="/uima/AggregateSentenceAE.xml" tokenType="org.apache.uima.SentenceAnnotation"
+                   ngramsize="2"/>
       </analyzer>
     </fieldType>