Skip to content

Instantly share code, notes, and snippets.

@mmack
Last active August 29, 2015 14:20
Show Gist options
  • Save mmack/34ec9d70277969f4a4c3 to your computer and use it in GitHub Desktop.
Save mmack/34ec9d70277969f4a4c3 to your computer and use it in GitHub Desktop.
Elasticsearch Data
{
"_index": "job_listings_development_20150511092248428",
"_type": "job_listing",
"_id": "1",
"_version": 1,
"_score": 1,
"_source": {
"company": {
"id": 1,
"name": "dozeo"
},
"title": "Leiter Vertriebsaußendienst externer Markt (w/m)",
"description": "test",
"tag_list": [
{
"name": "Bildung",
"tags": [
"hauptschule"
,
"realschule"
]
}
,
{
"name": "Berufserfahrung",
"tags": [
"mehr als 5 jahre"
,
"1 jahr"
,
"2 jahre"
]
}
]
}
}
{
"_index": "job_listings_development_20150511091644998",
"_type": "job_listing",
"_id": "1",
"_version": 1,
"_score": 1,
"_source": {
"company": {
"id": 1,
"name": "dozeo"
},
"title": "Leiter Vertriebsaußendienst externer Markt (w/m)",
"description": "test",
"tags": {
"Bildung": [
"hauptschule"
,
"realschule"
],
"Berufserfahrung": [
"mehr als 5 jahre"
,
"1 jahr"
,
"2 jahre"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment