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 ot...@apache.org on 2009/06/11 05:38:50 UTC

svn commit: r783616 - /lucene/solr/trunk/example/solr/conf/schema.xml

Author: otis
Date: Thu Jun 11 03:38:50 2009
New Revision: 783616

URL: http://svn.apache.org/viewvc?rev=783616&view=rev
Log:
- Typo fix

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=783616&r1=783615&r2=783616&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Thu Jun 11 03:38:50 2009
@@ -351,9 +351,9 @@
    <field name="inStock" type="boolean" indexed="true" stored="true"/>
 
    <!-- Some sample docs exists solely to demonstrate the spellchecker
-        functionality, this is the only field they container.
+        functionality, this is the only field they contain.
         Typically you might build the spellchecker of "catchall" type field
-        containing all of the text in each document
+        containing all of the text in each document.
      -->
    <field name="word" type="string" indexed="true" stored="true"/>