Created
July 10, 2014 14:29
-
-
Save ArFeRR/de86b8b0a5f2bc7dfd86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"took" : 2, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 5, | |
"successful" : 5, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 4, | |
"max_score" : 1.0, | |
"hits" : [ { | |
"_index" : "ooo", | |
"_type" : "product", | |
"_id" : "14", | |
"_score" : 1.0, | |
"_source":{"name":"Lenovo G505G","price":"3661.00","category":"LENOVO","productsOptionValues":[{"productOption":"weight","value":"2,6kg"},{"productOption":"resolution","value":"1366x768"},{"productOption":"processor","value":"AMD E1-2100 1 Ghz"},{"productOption":"memory","value":"2 GB"}]} | |
}, { | |
"_index" : "ooo", | |
"_type" : "product", | |
"_id" : "15", | |
"_score" : 1.0, | |
"_source":{"name":"Dell Inspiron 3721","price":"5010.00","category":"DELL","productsOptionValues":[{"productOption":"weight","value":"2,7 kg"},{"productOption":"resolution","value":"1600x900"},{"productOption":"processor","value":"Intel Pentium 2117U 1,8 ghz"},{"productOption":"memory","value":"4 GB"}]} | |
}, { | |
"_index" : "ooo", | |
"_type" : "product", | |
"_id" : "16", | |
"_score" : 1.0, | |
"_source":{"name":"Lenovo IdeaPad Z710A","price":"8308.00","category":"LENOVO","productsOptionValues":[{"productOption":"weight","value":"2,9 kg"},{"productOption":"resolution","value":"1920x1080"},{"productOption":"processor","value":"Intel Core i3-4000M 2,4 ghz"},{"productOption":"memory","value":"4 GB"}]} | |
}, { | |
"_index" : "ooo", | |
"_type" : "product", | |
"_id" : "17", | |
"_score" : 1.0, | |
"_source":{"name":"Dell Inspiron 5721","price":"10395.00","category":"DELL","productsOptionValues":[{"productOption":"weight","value":"2,3 kg"},{"productOption":"resolution","value":"1920х1080"},{"productOption":"processor","value":"Intel Core i5-3337U"},{"productOption":"memory","value":"8 GB"}]} | |
} ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment