Skip to content

Instantly share code, notes, and snippets.

@arey
Created November 10, 2013 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arey/7397557 to your computer and use it in GitHub Desktop.
Save arey/7397557 to your computer and use it in GitHub Desktop.
JSON document indexed into Elasticsearch (ref. https://github.com/arey/musicbrainz-elasticsearch)
{
"id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
"name": "Achtung Baby",
"year": 1991,
"tags": [
"rock",
"pop rock",
"pop",
"album rock",
"90s"
],
"rating": {
"score": 84,
"count": 15
},
"artist": {
"name": "U2",
"id": "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432",
"type_id": 2,
"type_name": "Group",
"begin_date_year": "1976",
"country_name": "Ireland",
"rating": {
"score": 87,
"count": 21
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment