You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/05/09 21:25:47 UTC

svn commit: r1101159 - /lucene/dev/trunk/solr/example/exampledocs/manufacturers.xml

Author: gsingers
Date: Mon May  9 19:25:46 2011
New Revision: 1101159

URL: http://svn.apache.org/viewvc?rev=1101159&view=rev
Log:
SOLR-2502: missed compName

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

Modified: lucene/dev/trunk/solr/example/exampledocs/manufacturers.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/manufacturers.xml?rev=1101159&r1=1101158&r2=1101159&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/manufacturers.xml (original)
+++ lucene/dev/trunk/solr/example/exampledocs/manufacturers.xml Mon May  9 19:25:46 2011
@@ -58,7 +58,7 @@
   </doc>
   <doc>
     <field name="id">maxtor</field>
-    <field name="name">Maxtor Corporation</field>
+    <field name="compName_s">Maxtor Corporation</field>
     <field name="address_s">920 Disc Drive Scotts Valley, CA 95066</field>
   </doc>
   <doc>