Skip to content

Instantly share code, notes, and snippets.

@dedico
Created June 25, 2012 14:04
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 dedico/2988837 to your computer and use it in GitHub Desktop.
Save dedico/2988837 to your computer and use it in GitHub Desktop.
Sample product
{
"_index" : "megastore",
"_type" : "products",
"_id" : "1",
"_version" : 1,
"exists" : true, "_source" : {
"id": 1,
"sKU": "SKU",
"name": "monitory microsoft",
"description": "producent microsoft kategoria monitory",
"price": 49.1822516485966,
"popularity": 60,
"inStock": true,
"timestamp": "2012-06-25T10:43:13.111617+02:00",
"weight": 18.9761584685073,
"categoryId": 2,
"parameters": [
{
"id": 5,
"name": "Pojemność",
"translations": {
"pl": "Pojemność",
"de": "Pojemność de"
}
},
{
"id": 4,
"name": "Automat",
"translations": {
"pl": "Automat",
"de": "Automat de"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment