sorry -- my bad

thanks Yonik


On Aug 13, 2008, at 1:45 PM, [EMAIL PROTECTED] wrote:

Author: yonik
Date: Wed Aug 13 10:45:08 2008
New Revision: 685621

URL: http://svn.apache.org/viewvc?rev=685621&view=rev
Log:
remove gram fieldtype from example schema

Modified:
   lucene/solr/trunk/example/solr/conf/schema.xml

Modified: lucene/solr/trunk/example/solr/conf/schema.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?rev=685621&r1=685620&r2=685621&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Wed Aug 13 10:45:08 2008
@@ -204,15 +204,6 @@
      </analyzer>
    </fieldType>

- <fieldType name="grams" class="solr.TextField" positionIncrementGap="100" >
-      <analyzer>
-        <tokenizer class="solr.StandardTokenizerFactory"/>
- <filter class="solr.WordDelimiterFilterFactory" generateWordParts="1" generateNumberParts="1" catenateWords="0" catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/>
-        <filter class="solr.LengthFilterFactory" min="3" max="15" />
- <filter class="solr.WordGramFilterFactory" minLength="1" maxLength="3" sep=" " />
-      </analyzer>
-    </fieldType>
-
    <!--
     Setup simple analysis for spell checking
     -->



Reply via email to