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
This commit is contained in:
Yonik Seeley 2010-05-15 13:50:35 +00:00
parent dea8d48539
commit f4232f1dd0
1 changed files with 1 additions and 1 deletions

View File

@ -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

1 id cat name price inStock author_t author series_t sequence_i genre_s
2 0553573403 book A Game of Thrones 7.99 true George R.R. Martin A Song of Ice and Fire 1 fantasy
3 0553579908 book A Clash of Kings 7.99 true George R.R. Martin A Song of Ice and Fire 2 fantasy
4 055357342X book A Storm of Swords 7.99 true George R.R. Martin A Song of Ice and Fire 3 fantasy