From f4232f1dd0cf4fd91733a30af50dd87dd9edcf7e Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Sat, 15 May 2010 13:50:35 +0000 Subject: [PATCH] exampledocs: use the author field that's in the example schema now git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944646 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/exampledocs/books.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/example/exampledocs/books.csv b/solr/example/exampledocs/books.csv index 36b20f515c1..8ccecbbe039 100644 --- a/solr/example/exampledocs/books.csv +++ b/solr/example/exampledocs/books.csv @@ -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