mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
e9fcffbbea
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944528 13f79535-47bb-0310-9956-ffa450edef68
35 lines
650 B
JSON
35 lines
650 B
JSON
{
|
|
|
|
"add": {
|
|
"doc": {
|
|
"id" : "978-0641723445",
|
|
"cat" : ["book","hardcover"],
|
|
"title" : "The Lightning Thief",
|
|
"author" : "Rick Riordan",
|
|
"series_t" : "Percy Jackson and the Olympians",
|
|
"sequence_i" : 1,
|
|
"genre_s" : "fantasy",
|
|
"inStock" : true,
|
|
"price" : 12.50,
|
|
"pages_i" : 384
|
|
}
|
|
}
|
|
|
|
,
|
|
"add": {
|
|
"doc": {
|
|
"id" : "978-1423103349",
|
|
"cat" : ["book","paperback"],
|
|
"title" : "The Sea of Monsters",
|
|
"author" : "Rick Riordan",
|
|
"series_t" : "Percy Jackson and the Olympians",
|
|
"sequence_i" : 2,
|
|
"genre_s" : "fantasy",
|
|
"inStock" : true,
|
|
"price" : 6.49,
|
|
"pages_i" : 304
|
|
}
|
|
}
|
|
|
|
}
|