Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- {
- "hits" : {
- "total" : {
- "value" : 9,
- "relation" : "eq"
- },
- "max_score" : 1.0,
- "hits" : [
- {
- "_index" : "restaurants",
- "_id" : "MCEzQoABbeMqTGPabZWr",
- "_score" : 1.0,
- "_source" : {
- "AverageCostForTwo" : "400",
- "RestaurantID" : "18462602",
- "AggregateRating" : "3.3",
- }
- },
- [...]
- ]
- },
- "aggregations" : {
- "rating_ranges" : {
- "buckets" : {
- "bad" : {
- "to" : 3.0,
- "doc_count" : 6
- },
- "average" : {
- "from" : 3.0,
- "to" : 4.0,
- "doc_count" : 3
- },
- "good" : {
- "from" : 4.0,
- "doc_count" : 0
- }
- }
- }
- }
- }
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement