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 2008/02/18 23:13:59 UTC

svn commit: r628889 - /lucene/solr/trunk/example/exampledocs/solr.xml

Author: yonik
Date: Mon Feb 18 14:13:56 2008
New Revision: 628889

URL: http://svn.apache.org/viewvc?rev=628889&view=rev
Log:
fix "optimizied" typo

Modified:
    lucene/solr/trunk/example/exampledocs/solr.xml

Modified: lucene/solr/trunk/example/exampledocs/solr.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/exampledocs/solr.xml?rev=628889&r1=628888&r2=628889&view=diff
==============================================================================
--- lucene/solr/trunk/example/exampledocs/solr.xml (original)
+++ lucene/solr/trunk/example/exampledocs/solr.xml Mon Feb 18 14:13:56 2008
@@ -23,7 +23,7 @@
   <field name="cat">software</field>
   <field name="cat">search</field>
   <field name="features">Advanced Full-Text Search Capabilities using Lucene</field>
-  <field name="features">Optimizied for High Volume Web Traffic</field>
+  <field name="features">Optimized for High Volume Web Traffic</field>
   <field name="features">Standards Based Open Interfaces - XML and HTTP</field>
   <field name="features">Comprehensive HTML Administration Interfaces</field>
   <field name="features">Scalability - Efficient Replication to other Solr Search Servers</field>