Skip to content

Instantly share code, notes, and snippets.

@biot023
Created November 15, 2011 14:57
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 biot023/1367263 to your computer and use it in GitHub Desktop.
Save biot023/1367263 to your computer and use it in GitHub Desktop.
{
"took": 7,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 4,
"max_score": null,
"hits": [
{
"_index": "folksy_test_search",
"_type": "items",
"_id": "4",
"_score": null,
"_source": {
"price": 3.0,
"material_ids": [
1
],
"listed_at": "20110915T110825",
"place_id": null,
"title": "Red Jumper",
"section_id": 1,
"user_login": "user000007",
"id": 4,
"category_id": 1,
"colour_ids": [
1
],
"description": "A beautiful red jumper hand-knitted with quality wool.",
"keywords": "Men Clothes Jumpers Blue Cotton",
"subcategory_id": 1
},
"sort": [
"20110915t110825"
]
},
{
"_index": "folksy_test_search",
"_type": "items",
"_id": "3",
"_score": null,
"_source": {
"price": 3.0,
"material_ids": [
1
],
"listed_at": "20110915T110825",
"place_id": null,
"title": "Red Jumper",
"section_id": 1,
"user_login": "user000005",
"id": 3,
"category_id": 1,
"colour_ids": [
1
],
"description": "A beautiful red jumper hand-knitted with quality wool.",
"keywords": "Men Clothes Jumpers Blue Cotton",
"subcategory_id": 1
},
"sort": [
"20110915t110825"
]
},
{
"_index": "folksy_test_search",
"_type": "items",
"_id": "2",
"_score": null,
"_source": {
"price": 10.0,
"material_ids": [
1
],
"listed_at": "20110915T110824",
"place_id": null,
"title": "Red Jumper",
"section_id": 1,
"user_login": "user000003",
"id": 2,
"category_id": 1,
"colour_ids": [
1
],
"description": "A beautiful red jumper hand-knitted with quality wool.",
"keywords": "Men Clothes Jumpers Blue Cotton",
"subcategory_id": 1
},
"sort": [
"20110915t110824"
]
},
{
"_index": "folksy_test_search",
"_type": "items",
"_id": "1",
"_score": null,
"_source": {
"price": 10.0,
"material_ids": [
1
],
"listed_at": "20110915T110823",
"place_id": null,
"title": "Red Jumper",
"section_id": 1,
"user_login": "user000001",
"id": 1,
"category_id": 1,
"colour_ids": [
1
],
"description": "A beautiful red jumper hand-knitted with quality wool.",
"keywords": "Men Clothes Jumpers Blue Cotton",
"subcategory_id": 1
},
"sort": [
"20110915t110823"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment