You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2010/05/15 15:50:35 UTC

svn commit: r944646 - /lucene/dev/trunk/solr/example/exampledocs/books.csv

Author: yonik
Date: Sat May 15 13:50:35 2010
New Revision: 944646

URL: http://svn.apache.org/viewvc?rev=944646&view=rev
Log:
exampledocs: use the author field that's in the example schema now

Modified:
    lucene/dev/trunk/solr/example/exampledocs/books.csv

Modified: lucene/dev/trunk/solr/example/exampledocs/books.csv
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/books.csv?rev=944646&r1=944645&r2=944646&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/books.csv (original)
+++ lucene/dev/trunk/solr/example/exampledocs/books.csv Sat May 15 13:50:35 2010
@@ -1,4 +1,4 @@
-id,cat,name,price,inStock,author_t,series_t,sequence_i,genre_s
+id,cat,name,price,inStock,author,series_t,sequence_i,genre_s
 0553573403,book,A Game of Thrones,7.99,true,George R.R. Martin,"A Song of Ice and Fire",1,fantasy
 0553579908,book,A Clash of Kings,7.99,true,George R.R. Martin,"A Song of Ice and Fire",2,fantasy
 055357342X,book,A Storm of Swords,7.99,true,George R.R. Martin,"A Song of Ice and Fire",3,fantasy