source: sandbox/expresso-solr/solr/example/exampledocs/books.json @ 7588

Revision 7588, 1.1 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1[
2  {
3    "id" : "978-0641723445",
4    "cat" : ["book","hardcover"],
5    "name" : "The Lightning Thief",
6    "author" : "Rick Riordan",
7    "series_t" : "Percy Jackson and the Olympians",
8    "sequence_i" : 1,
9    "genre_s" : "fantasy",
10    "inStock" : true,
11    "price" : 12.50,
12    "pages_i" : 384
13  }
14,
15  {
16    "id" : "978-1423103349",
17    "cat" : ["book","paperback"],
18    "name" : "The Sea of Monsters",
19    "author" : "Rick Riordan",
20    "series_t" : "Percy Jackson and the Olympians",
21    "sequence_i" : 2,
22    "genre_s" : "fantasy",
23    "inStock" : true,
24    "price" : 6.49,
25    "pages_i" : 304
26  }
27,
28  {
29    "id" : "978-1857995879",
30    "cat" : ["book","paperback"],
31    "name" : "Sophie's World : The Greek Philosophers",
32    "author" : "Jostein Gaarder",
33    "sequence_i" : 1,
34    "genre_s" : "fantasy",
35    "inStock" : true,
36    "price" : 3.07,
37    "pages_i" : 64
38  }
39,
40  {
41    "id" : "978-1933988177",
42    "cat" : ["book","paperback"],
43    "name" : "Lucene in Action, Second Edition",
44    "author" : "Michael McCandless",
45    "sequence_i" : 1,
46    "genre_s" : "IT",
47    "inStock" : true,
48    "price" : 30.50,
49    "pages_i" : 475
50  }
51]
Note: See TracBrowser for help on using the repository browser.