You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/23 20:20:33 UTC

svn commit: r380204 - /incubator/solr/trunk/example/conf/schema.xml

Author: yonik
Date: Thu Feb 23 11:20:32 2006
New Revision: 380204

URL: http://svn.apache.org/viewcvs?rev=380204&view=rev
Log:
teeny typo

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

Modified: incubator/solr/trunk/example/conf/schema.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/example/conf/schema.xml?rev=380204&r1=380203&r2=380204&view=diff
==============================================================================
--- incubator/solr/trunk/example/conf/schema.xml (original)
+++ incubator/solr/trunk/example/conf/schema.xml Thu Feb 23 11:20:32 2006
@@ -117,7 +117,7 @@
 
 
     <!-- Less flexible matching, but less false matches.  Probably not ideal for product names
-i        but may be good for SKUs.  Can insert dashes in the wrong place and still match. -->
+         but may be good for SKUs.  Can insert dashes in the wrong place and still match. -->
     <fieldtype name="textTight" class="solar.TextField" positionIncrementGap="100" >
       <analyzer>
         <tokenizer class="solr.WhitespaceTokenizerFactory"/>