mirror of https://github.com/apache/lucene.git
SOLR-2598: exampledocs/books.json should use name instead of title
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8db3c5af74
commit
af9323950d
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"id" : "978-0641723445",
|
"id" : "978-0641723445",
|
||||||
"cat" : ["book","hardcover"],
|
"cat" : ["book","hardcover"],
|
||||||
"title" : "The Lightning Thief",
|
"name" : "The Lightning Thief",
|
||||||
"author" : "Rick Riordan",
|
"author" : "Rick Riordan",
|
||||||
"series_t" : "Percy Jackson and the Olympians",
|
"series_t" : "Percy Jackson and the Olympians",
|
||||||
"sequence_i" : 1,
|
"sequence_i" : 1,
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
{
|
{
|
||||||
"id" : "978-1423103349",
|
"id" : "978-1423103349",
|
||||||
"cat" : ["book","paperback"],
|
"cat" : ["book","paperback"],
|
||||||
"title" : "The Sea of Monsters",
|
"name" : "The Sea of Monsters",
|
||||||
"author" : "Rick Riordan",
|
"author" : "Rick Riordan",
|
||||||
"series_t" : "Percy Jackson and the Olympians",
|
"series_t" : "Percy Jackson and the Olympians",
|
||||||
"sequence_i" : 2,
|
"sequence_i" : 2,
|
||||||
|
@ -24,4 +24,28 @@
|
||||||
"price" : 6.49,
|
"price" : 6.49,
|
||||||
"pages_i" : 304
|
"pages_i" : 304
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"id" : "978-1857995879",
|
||||||
|
"cat" : ["book","paperback"],
|
||||||
|
"name" : "Sophie's World : The Greek Philosophers",
|
||||||
|
"author" : "Jostein Gaarder",
|
||||||
|
"sequence_i" : 1,
|
||||||
|
"genre_s" : "fantasy",
|
||||||
|
"inStock" : true,
|
||||||
|
"price" : 3.07,
|
||||||
|
"pages_i" : 64
|
||||||
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"id" : "978-1933988177",
|
||||||
|
"cat" : ["book","paperback"],
|
||||||
|
"name" : "Lucene in Action, Second Edition",
|
||||||
|
"author" : "Michael McCandless",
|
||||||
|
"sequence_i" : 1,
|
||||||
|
"genre_s" : "IT",
|
||||||
|
"inStock" : true,
|
||||||
|
"price" : 30.50,
|
||||||
|
"pages_i" : 475
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue