aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps/basic-search/music-data-feed.json
blob: f896cdad75dc73de252f42bb24d98e63df2c8476 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "put": "id:music:music::http://mymusic.com/Michael-Jackson-Bad",
    "fields": {
         "album": "Bad",
         "artist": "Michael Jackson",
         "title": "Bad",
         "year": 1987,
         "duration": 247
     }
  },
  {
    "put": "id:music:music::http://mymusic.com/Eminem-Recovery",
    "fields": {
        "album": "Recovery",
        "artist": "Eminem",
        "title": "So Bad",
        "year": 2010
     }
  }
]