Created
July 25, 2014 00:14
-
-
Save svartalf/5db600e7ea2907fbda3a to your computer and use it in GitHub Desktop.
ElasticSearch geo_bounds aggregation failure on precision levels 6 and 7
This file contains 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
{ | |
"query": { | |
"filtered": { | |
"filter": { | |
"geo_bounding_box": { | |
"point": { | |
"bottom_right": { | |
"lat": 52.13421310595936, | |
"lon": 104.59433337443919 | |
}, | |
"top_left": { | |
"lat": 52.397516249106864, | |
"lon": 104.05874987834545 | |
} | |
} | |
} | |
}, | |
"query": { | |
"match_all": {} | |
} | |
} | |
}, | |
"aggregations": { | |
"cells": { | |
"geohash_grid": { | |
"field": "point", | |
"precision": 5 | |
}, | |
"aggregations": { | |
"lat": { | |
"avg": { | |
"script": "doc[\"point\"].lat" | |
} | |
}, | |
"hits": { | |
"top_hits": { | |
"size": 1, | |
"_source": { | |
"include": [ | |
"short_description" | |
] | |
} | |
} | |
}, | |
"lon": { | |
"avg": { | |
"script": "doc[\"point\"].lon" | |
} | |
}, | |
"bounds": { | |
"geo_bounds": { | |
"field": "point" | |
} | |
} | |
} | |
} | |
}, | |
"size": 0 | |
} |
This file contains 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
{ | |
"hits": { | |
"hits": [], | |
"total": 2457, | |
"max_score": 0.0 | |
}, | |
"_shards": { | |
"successful": 5, | |
"failed": 0, | |
"total": 5 | |
}, | |
"took": 19, | |
"aggregations": { | |
"cells": { | |
"buckets": [ | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29268", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 87 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 556, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.31316729960452 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.251231, | |
"lon": 104.32616 | |
}, | |
"top_left": { | |
"lat": 52.293609, | |
"lon": 104.282268 | |
} | |
}, | |
"doc_count": 556, | |
"key": "y361m", | |
"lat": { | |
"value": 52.27134427300373 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29263", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 59 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 385, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.33766349311801 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.251209, | |
"lon": 104.364168 | |
}, | |
"top_left": { | |
"lat": 52.294672, | |
"lon": 104.32625 | |
} | |
}, | |
"doc_count": 385, | |
"key": "y361q", | |
"lat": { | |
"value": 52.26850530725001 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29573", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 38 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 272, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.25384189642388 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.251568, | |
"lon": 104.281451 | |
}, | |
"top_left": { | |
"lat": 52.294617, | |
"lon": 104.238556 | |
} | |
}, | |
"doc_count": 272, | |
"key": "y361k", | |
"lat": { | |
"value": 52.273349469272354 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29523", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 251, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.1661910081495 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.340133, | |
"lon": 104.192455 | |
}, | |
"top_left": { | |
"lat": 52.361174, | |
"lon": 104.150701 | |
} | |
}, | |
"doc_count": 251, | |
"key": "y361f", | |
"lat": { | |
"value": 52.349179508579184 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29249", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 57 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 207, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.30052967683575 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.210838, | |
"lon": 104.315054086 | |
}, | |
"top_left": { | |
"lat": 52.24221, | |
"lon": 104.282286 | |
} | |
}, | |
"doc_count": 207, | |
"key": "y361j", | |
"lat": { | |
"value": 52.22453786660482 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29821", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 69 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 202, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.21862987522209 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2519492463, | |
"lon": 104.238199105 | |
}, | |
"top_left": { | |
"lat": 52.2846498478, | |
"lon": 104.196785 | |
} | |
}, | |
"doc_count": 202, | |
"key": "y3617", | |
"lat": { | |
"value": 52.2604311057835 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29287", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 44 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 151, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.22019881453372 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.339088, | |
"lon": 104.236346 | |
}, | |
"top_left": { | |
"lat": 52.361867, | |
"lon": 104.194449 | |
} | |
}, | |
"doc_count": 151, | |
"key": "y361g", | |
"lat": { | |
"value": 52.347809993996115 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29648", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 90 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/6" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 118, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.27024202771652 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2132315965, | |
"lon": 104.282107 | |
}, | |
"top_left": { | |
"lat": 52.250945, | |
"lon": 104.242445432 | |
} | |
}, | |
"doc_count": 118, | |
"key": "y361h", | |
"lat": { | |
"value": 52.23711921293943 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29270", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 50 \u043c\u00b2, \u044d\u0442\u0430\u0436 6/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 71, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.35259598607043 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.245679, | |
"lon": 104.362003 | |
}, | |
"top_left": { | |
"lat": 52.250691, | |
"lon": 104.332404471 | |
} | |
}, | |
"doc_count": 71, | |
"key": "y361n", | |
"lat": { | |
"value": 52.24874230287465 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29282", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 78 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 60, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.30334960729998 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.297982, | |
"lon": 104.324022 | |
}, | |
"top_left": { | |
"lat": 52.326227, | |
"lon": 104.289302 | |
} | |
}, | |
"doc_count": 60, | |
"key": "y361t", | |
"lat": { | |
"value": 52.31252640716166 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29364", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 56 \u043c\u00b2, \u044d\u0442\u0430\u0436 7/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 56, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.140830588875 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.346675, | |
"lon": 104.15036 | |
}, | |
"top_left": { | |
"lat": 52.359414, | |
"lon": 104.115119 | |
} | |
}, | |
"doc_count": 56, | |
"key": "y361c", | |
"lat": { | |
"value": 52.35586818827678 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30974", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 30 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 45, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.20545561028403 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.3122967847, | |
"lon": 104.235594323 | |
}, | |
"top_left": { | |
"lat": 52.337773, | |
"lon": 104.195418172781 | |
} | |
}, | |
"doc_count": 45, | |
"key": "y361e", | |
"lat": { | |
"value": 52.332799266790545 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29547", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 98 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 18, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.34578922433333 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.295041, | |
"lon": 104.367141 | |
}, | |
"top_left": { | |
"lat": 52.330921, | |
"lon": 104.32722 | |
} | |
}, | |
"doc_count": 18, | |
"key": "y361w", | |
"lat": { | |
"value": 52.303709020133326 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30950", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 18, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.25674677777778 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.295773, | |
"lon": 104.266997 | |
}, | |
"top_left": { | |
"lat": 52.334922, | |
"lon": 104.24718 | |
} | |
}, | |
"doc_count": 18, | |
"key": "y361s", | |
"lat": { | |
"value": 52.32776077777778 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29799", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 33 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 15, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.18411124966666 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.3024773259, | |
"lon": 104.192742 | |
}, | |
"top_left": { | |
"lat": 52.338636, | |
"lon": 104.18198 | |
} | |
}, | |
"doc_count": 15, | |
"key": "y361d", | |
"lat": { | |
"value": 52.335570155060005 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34825", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 59 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 7, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.37410957142856 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.325957, | |
"lon": 104.37519 | |
}, | |
"top_left": { | |
"lat": 52.328593, | |
"lon": 104.373151 | |
} | |
}, | |
"doc_count": 7, | |
"key": "y361x", | |
"lat": { | |
"value": 52.32695171428571 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38523", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 34 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 5, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.188403927 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2564256465, | |
"lon": 104.194099614 | |
}, | |
"top_left": { | |
"lat": 52.2604367704, | |
"lon": 104.184730814 | |
} | |
}, | |
"doc_count": 5, | |
"key": "y3616", | |
"lat": { | |
"value": 52.25824867394 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30392", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 48 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 5, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.2245468844 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.215474, | |
"lon": 104.236946153 | |
}, | |
"top_left": { | |
"lat": 52.2505199061, | |
"lon": 104.204639776 | |
} | |
}, | |
"doc_count": 5, | |
"key": "y3615", | |
"lat": { | |
"value": 52.23781120548 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29299", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 44 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 3, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.42717833333332 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.270981, | |
"lon": 104.444917 | |
}, | |
"top_left": { | |
"lat": 52.277671, | |
"lon": 104.418192 | |
} | |
}, | |
"doc_count": 3, | |
"key": "y3632", | |
"lat": { | |
"value": 52.275343666666664 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34923", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 58 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.1365209395 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.388164, | |
"lon": 104.137451 | |
}, | |
"top_left": { | |
"lat": 52.3887108436, | |
"lon": 104.135590879 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y3641", | |
"lat": { | |
"value": 52.388437421800006 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36501", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 43 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.18216963 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2139948084, | |
"lon": 104.18793825 | |
}, | |
"top_left": { | |
"lat": 52.2470542198, | |
"lon": 104.17640101 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y3614", | |
"lat": { | |
"value": 52.2305245141 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34596", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.539636483 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2904439023, | |
"lon": 104.539636483 | |
}, | |
"top_left": { | |
"lat": 52.2904439023, | |
"lon": 104.539636483 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y3636", | |
"lat": { | |
"value": 52.2904439023 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29793", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.520498 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.177796, | |
"lon": 104.520498 | |
}, | |
"top_left": { | |
"lat": 52.177796, | |
"lon": 104.520498 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y362f", | |
"lat": { | |
"value": 52.177796 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36770", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 80 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.57742538319 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.150858026651, | |
"lon": 104.57742538319 | |
}, | |
"top_left": { | |
"lat": 52.150858026651, | |
"lon": 104.57742538319 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y362e", | |
"lat": { | |
"value": 52.150858026651 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35801", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 43 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.256729 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.361048, | |
"lon": 104.256729 | |
}, | |
"top_left": { | |
"lat": 52.361048, | |
"lon": 104.256729 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361u", | |
"lat": { | |
"value": 52.361048 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30292", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/1" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.396525 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280112, | |
"lon": 104.396525 | |
}, | |
"top_left": { | |
"lat": 52.280112, | |
"lon": 104.396525 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361r", | |
"lat": { | |
"value": 52.280112 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31046", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 69 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.406874 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.243815, | |
"lon": 104.406874 | |
}, | |
"top_left": { | |
"lat": 52.243815, | |
"lon": 104.406874 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361p", | |
"lat": { | |
"value": 52.243815 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38389", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 42 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.12934819 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.3360994644, | |
"lon": 104.12934819 | |
}, | |
"top_left": { | |
"lat": 52.3360994644, | |
"lon": 104.12934819 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y3619", | |
"lat": { | |
"value": 52.3360994644 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36680", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 44 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.095154414108 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2145208308073, | |
"lon": 104.095154414108 | |
}, | |
"top_left": { | |
"lat": 52.2145208308073, | |
"lon": 104.095154414108 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y3610", | |
"lat": { | |
"value": 52.2145208308073 | |
} | |
} | |
] | |
} | |
}, | |
"timed_out": false | |
} |
This file contains 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
{ | |
"query": { | |
"filtered": { | |
"filter": { | |
"geo_bounding_box": { | |
"point": { | |
"bottom_right": { | |
"lat": 52.207252740687096, | |
"lon": 104.43889399760815 | |
}, | |
"top_left": { | |
"lat": 52.33888319306926, | |
"lon": 104.1711022495613 | |
} | |
} | |
} | |
}, | |
"query": { | |
"match_all": {} | |
} | |
} | |
}, | |
"aggregations": { | |
"cells": { | |
"geohash_grid": { | |
"field": "point", | |
"precision": 6 | |
}, | |
"aggregations": { | |
"lat": { | |
"avg": { | |
"script": "doc[\"point\"].lat" | |
} | |
}, | |
"hits": { | |
"top_hits": { | |
"size": 1, | |
"_source": { | |
"include": [ | |
"short_description" | |
] | |
} | |
} | |
}, | |
"lon": { | |
"avg": { | |
"script": "doc[\"point\"].lon" | |
} | |
}, | |
"bounds": { | |
"geo_bounds": { | |
"field": "point" | |
} | |
} | |
} | |
} | |
}, | |
"size": 0 | |
} |
This file contains 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
{ | |
"status": 500, | |
"error": "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[gIM0IddUTnKDxypx1FKjLw][search][1]: QueryPhaseExecutionException[[search][1]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.33888319306926, 104.1711022495613], [52.207252740687096, 104.43889399760815])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][0]: QueryPhaseExecutionException[[search][0]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.33888319306926, 104.1711022495613], [52.207252740687096, 104.43889399760815])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][3]: QueryPhaseExecutionException[[search][3]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.33888319306926, 104.1711022495613], [52.207252740687096, 104.43889399760815])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][2]: QueryPhaseExecutionException[[search][2]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.33888319306926, 104.1711022495613], [52.207252740687096, 104.43889399760815])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][4]: QueryPhaseExecutionException[[search][4]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.33888319306926, 104.1711022495613], [52.207252740687096, 104.43889399760815])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }]" | |
} |
This file contains 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
{ | |
"query": { | |
"filtered": { | |
"filter": { | |
"geo_bounding_box": { | |
"point": { | |
"bottom_right": { | |
"lat": 52.25958338953506, | |
"lon": 104.32411690944288 | |
}, | |
"top_left": { | |
"lat": 52.292488817508435, | |
"lon": 104.2571689724311 | |
} | |
} | |
} | |
}, | |
"query": { | |
"match_all": {} | |
} | |
} | |
}, | |
"aggregations": { | |
"cells": { | |
"geohash_grid": { | |
"field": "point", | |
"precision": 7 | |
}, | |
"aggregations": { | |
"lat": { | |
"avg": { | |
"script": "doc[\"point\"].lat" | |
} | |
}, | |
"hits": { | |
"top_hits": { | |
"size": 1, | |
"_source": { | |
"include": [ | |
"short_description" | |
] | |
} | |
} | |
}, | |
"lon": { | |
"avg": { | |
"script": "doc[\"point\"].lon" | |
} | |
}, | |
"bounds": { | |
"geo_bounds": { | |
"field": "point" | |
} | |
} | |
} | |
} | |
}, | |
"size": 0 | |
} |
This file contains 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
{ | |
"status": 500, | |
"error": "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[gIM0IddUTnKDxypx1FKjLw][search][1]: QueryPhaseExecutionException[[search][1]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.292488817508435, 104.2571689724311], [52.25958338953506, 104.32411690944288])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][0]: QueryPhaseExecutionException[[search][0]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.292488817508435, 104.2571689724311], [52.25958338953506, 104.32411690944288])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][3]: QueryPhaseExecutionException[[search][3]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.292488817508435, 104.2571689724311], [52.25958338953506, 104.32411690944288])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][2]: QueryPhaseExecutionException[[search][2]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.292488817508435, 104.2571689724311], [52.25958338953506, 104.32411690944288])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }{[gIM0IddUTnKDxypx1FKjLw][search][4]: QueryPhaseExecutionException[[search][4]: query[filtered(ConstantScore(GeoBoundingBoxFilter(point, [52.292488817508435, 104.2571689724311], [52.25958338953506, 104.32411690944288])))->cache(_type:postings)],from[0],size[0]: Query Failed [Failed to execute main query]]; nested: ArrayIndexOutOfBoundsException; }]" | |
} |
This file contains 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
{ | |
"query": { | |
"filtered": { | |
"filter": { | |
"geo_bounding_box": { | |
"point": { | |
"bottom_right": { | |
"lat": 52.273115623455524, | |
"lon": 104.3064363787015 | |
}, | |
"top_left": { | |
"lat": 52.28956635895685, | |
"lon": 104.27296241019566 | |
} | |
} | |
} | |
}, | |
"query": { | |
"match_all": {} | |
} | |
} | |
}, | |
"aggregations": { | |
"cells": { | |
"geohash_grid": { | |
"field": "point", | |
"precision": 8 | |
}, | |
"aggregations": { | |
"lat": { | |
"avg": { | |
"script": "doc[\"point\"].lat" | |
} | |
}, | |
"hits": { | |
"top_hits": { | |
"size": 1, | |
"_source": { | |
"include": [ | |
"short_description" | |
] | |
} | |
} | |
}, | |
"lon": { | |
"avg": { | |
"script": "doc[\"point\"].lon" | |
} | |
}, | |
"bounds": { | |
"geo_bounds": { | |
"field": "point" | |
} | |
} | |
} | |
} | |
}, | |
"size": 0 | |
} |
This file contains 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
{ | |
"hits": { | |
"hits": [], | |
"total": 95, | |
"max_score": 0.0 | |
}, | |
"_shards": { | |
"successful": 5, | |
"failed": 0, | |
"total": 5 | |
}, | |
"took": 9, | |
"aggregations": { | |
"cells": { | |
"buckets": [ | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29852", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 56 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 5, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.301995 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.286734, | |
"lon": 104.301995 | |
}, | |
"top_left": { | |
"lat": 52.286734, | |
"lon": 104.301995 | |
} | |
}, | |
"doc_count": 5, | |
"key": "y361mqw2", | |
"lat": { | |
"value": 52.286734 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35616", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 44 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 5, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.28896100000001 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283605, | |
"lon": 104.288961 | |
}, | |
"top_left": { | |
"lat": 52.283605, | |
"lon": 104.288961 | |
} | |
}, | |
"doc_count": 5, | |
"key": "y361mjuy", | |
"lat": { | |
"value": 52.283605 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36990", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 31 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 4, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.306047 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284305, | |
"lon": 104.306047 | |
}, | |
"top_left": { | |
"lat": 52.284305, | |
"lon": 104.306047 | |
} | |
}, | |
"doc_count": 4, | |
"key": "y361mw16", | |
"lat": { | |
"value": 52.284305 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35137", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 34 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.305059 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.28507, | |
"lon": 104.305059 | |
}, | |
"top_left": { | |
"lat": 52.28507, | |
"lon": 104.305059 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mw0w", | |
"lat": { | |
"value": 52.28507 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30521", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 43 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.304789 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283368, | |
"lon": 104.304789 | |
}, | |
"top_left": { | |
"lat": 52.283368, | |
"lon": 104.304789 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mtbk", | |
"lat": { | |
"value": 52.283368 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29903", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.299201 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.289208, | |
"lon": 104.299201 | |
}, | |
"top_left": { | |
"lat": 52.289208, | |
"lon": 104.299201 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mquq", | |
"lat": { | |
"value": 52.289208 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38386", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 43 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.304196 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284002, | |
"lon": 104.304196 | |
}, | |
"top_left": { | |
"lat": 52.284002, | |
"lon": 104.304196 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mqpb", | |
"lat": { | |
"value": 52.284002 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29550", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 57 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.303037 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284013, | |
"lon": 104.303037 | |
}, | |
"top_left": { | |
"lat": 52.284013, | |
"lon": 104.303037 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mqp0", | |
"lat": { | |
"value": 52.284013 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31183", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 47 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.292788 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.285252, | |
"lon": 104.292788 | |
}, | |
"top_left": { | |
"lat": 52.285252, | |
"lon": 104.292788 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mnpx", | |
"lat": { | |
"value": 52.285252 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31135", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 63 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.287128 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284955, | |
"lon": 104.287128 | |
}, | |
"top_left": { | |
"lat": 52.284955, | |
"lon": 104.287128 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mn5t", | |
"lat": { | |
"value": 52.284955 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29275", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 48 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.29692 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.282239, | |
"lon": 104.29692 | |
}, | |
"top_left": { | |
"lat": 52.282239, | |
"lon": 104.29692 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mmdw", | |
"lat": { | |
"value": 52.282239 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36345", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 63 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.2963 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280674, | |
"lon": 104.2963 | |
}, | |
"top_left": { | |
"lat": 52.280674, | |
"lon": 104.2963 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mm6j", | |
"lat": { | |
"value": 52.280674 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34480", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.286805 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283522, | |
"lon": 104.286805 | |
}, | |
"top_left": { | |
"lat": 52.283522, | |
"lon": 104.286805 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mjgm", | |
"lat": { | |
"value": 52.283522 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29578", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 80 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.282268 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.278916, | |
"lon": 104.282268 | |
}, | |
"top_left": { | |
"lat": 52.278916, | |
"lon": 104.282268 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361mj04", | |
"lat": { | |
"value": 52.278916 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29252", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 74 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.279582 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.282878, | |
"lon": 104.279582 | |
}, | |
"top_left": { | |
"lat": 52.282878, | |
"lon": 104.279582 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361kvy1", | |
"lat": { | |
"value": 52.282878 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35034", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 123 \u043c\u00b2, \u044d\u0442\u0430\u0436 6/6" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.281334 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280553, | |
"lon": 104.281334 | |
}, | |
"top_left": { | |
"lat": 52.280553, | |
"lon": 104.281334 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361kvrk", | |
"lat": { | |
"value": 52.280553 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34747", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 31 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.277094 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280283, | |
"lon": 104.277094 | |
}, | |
"top_left": { | |
"lat": 52.280283, | |
"lon": 104.277094 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361kvk6", | |
"lat": { | |
"value": 52.280283 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35312", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 80 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 2, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.274552 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283065, | |
"lon": 104.274552 | |
}, | |
"top_left": { | |
"lat": 52.283065, | |
"lon": 104.274552 | |
} | |
}, | |
"doc_count": 2, | |
"key": "y361kvf6", | |
"lat": { | |
"value": 52.283065 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31730", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 50 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.306101 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.287693, | |
"lon": 104.306101 | |
}, | |
"top_left": { | |
"lat": 52.287693, | |
"lon": 104.306101 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mw9m", | |
"lat": { | |
"value": 52.287693 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37112", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 32 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.306128 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280349, | |
"lon": 104.306128 | |
}, | |
"top_left": { | |
"lat": 52.280349, | |
"lon": 104.306128 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mt37", | |
"lat": { | |
"value": 52.280349 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37403", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 85 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/7" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.305346 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280812, | |
"lon": 104.305346 | |
}, | |
"top_left": { | |
"lat": 52.280812, | |
"lon": 104.305346 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mt2v", | |
"lat": { | |
"value": 52.280812 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29797", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 99 \u043c\u00b2, \u044d\u0442\u0430\u0436 10/10" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.304654 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2802, | |
"lon": 104.304654 | |
}, | |
"top_left": { | |
"lat": 52.2802, | |
"lon": 104.304654 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mt26", | |
"lat": { | |
"value": 52.2802 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38015", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 82 \u043c\u00b2, \u044d\u0442\u0430\u0436 7/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.304439 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280002, | |
"lon": 104.304439 | |
}, | |
"top_left": { | |
"lat": 52.280002, | |
"lon": 104.304439 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mt21", | |
"lat": { | |
"value": 52.280002 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36829", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 94 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.305903 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.278299, | |
"lon": 104.305903 | |
}, | |
"top_left": { | |
"lat": 52.278299, | |
"lon": 104.305903 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mscp", | |
"lat": { | |
"value": 52.278299 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37052", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 111 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/6" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.304906 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.27782, | |
"lon": 104.304906 | |
}, | |
"top_left": { | |
"lat": 52.27782, | |
"lon": 104.304906 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361msbs", | |
"lat": { | |
"value": 52.27782 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30590", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 43 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.302085 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.287213, | |
"lon": 104.302085 | |
}, | |
"top_left": { | |
"lat": 52.287213, | |
"lon": 104.302085 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqw7", | |
"lat": { | |
"value": 52.287213 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37074", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 85 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.299363 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.289053, | |
"lon": 104.299363 | |
}, | |
"top_left": { | |
"lat": 52.289053, | |
"lon": 104.299363 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqum", | |
"lat": { | |
"value": 52.289053 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37240", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 58 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.301295 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.285462, | |
"lon": 104.301295 | |
}, | |
"top_left": { | |
"lat": 52.285462, | |
"lon": 104.301295 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqmb", | |
"lat": { | |
"value": 52.285462 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30397", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.296129 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.288051, | |
"lon": 104.296129 | |
}, | |
"top_left": { | |
"lat": 52.288051, | |
"lon": 104.296129 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqdp", | |
"lat": { | |
"value": 52.288051 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37858", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 33 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.296533 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.287621, | |
"lon": 104.296533 | |
}, | |
"top_left": { | |
"lat": 52.287621, | |
"lon": 104.296533 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqdm", | |
"lat": { | |
"value": 52.287621 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35857", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 79 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.294467 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.288767, | |
"lon": 104.294467 | |
}, | |
"top_left": { | |
"lat": 52.288767, | |
"lon": 104.294467 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mqbu", | |
"lat": { | |
"value": 52.288767 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29276", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 22 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.294563439067 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2879605111785, | |
"lon": 104.294563439067 | |
}, | |
"top_left": { | |
"lat": 52.2879605111785, | |
"lon": 104.294563439067 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mq8z", | |
"lat": { | |
"value": 52.2879605111785 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35143", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 31 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.285323 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.289522, | |
"lon": 104.285323 | |
}, | |
"top_left": { | |
"lat": 52.289522, | |
"lon": 104.285323 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mp42", | |
"lat": { | |
"value": 52.289522 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29931", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 73 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.293152136 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2848343035, | |
"lon": 104.293152136 | |
}, | |
"top_left": { | |
"lat": 52.2848343035, | |
"lon": 104.293152136 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mnpv", | |
"lat": { | |
"value": 52.2848343035 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36578", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 85 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.292841 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284933, | |
"lon": 104.292841 | |
}, | |
"top_left": { | |
"lat": 52.284933, | |
"lon": 104.292841 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mnpt", | |
"lat": { | |
"value": 52.284933 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30167", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.283697 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.288078, | |
"lon": 104.283697 | |
}, | |
"top_left": { | |
"lat": 52.288078, | |
"lon": 104.283697 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mnc0", | |
"lat": { | |
"value": 52.288078 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29997", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 56 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.295947676612 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2799039847927, | |
"lon": 104.295947676612 | |
}, | |
"top_left": { | |
"lat": 52.2799039847927, | |
"lon": 104.295947676612 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mm3b", | |
"lat": { | |
"value": 52.2799039847927 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35858", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 62 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.298707 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.278354, | |
"lon": 104.298707 | |
}, | |
"top_left": { | |
"lat": 52.278354, | |
"lon": 104.298707 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mkup", | |
"lat": { | |
"value": 52.278354 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29268", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 87 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.290614 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.282806, | |
"lon": 104.290614 | |
}, | |
"top_left": { | |
"lat": 52.282806, | |
"lon": 104.290614 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjy1", | |
"lat": { | |
"value": 52.282806 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38294", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 44 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.289607 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.282393, | |
"lon": 104.289607 | |
}, | |
"top_left": { | |
"lat": 52.282393, | |
"lon": 104.289607 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjtr", | |
"lat": { | |
"value": 52.282393 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36062", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 49 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/3" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.289949 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.281522, | |
"lon": 104.289949 | |
}, | |
"top_left": { | |
"lat": 52.281522, | |
"lon": 104.289949 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjt9", | |
"lat": { | |
"value": 52.281522 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34783", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 50 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.289194 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.28177, | |
"lon": 104.289194 | |
}, | |
"top_left": { | |
"lat": 52.28177, | |
"lon": 104.289194 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjt5", | |
"lat": { | |
"value": 52.28177 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36386", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 42 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.292425354 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2799257118, | |
"lon": 104.292425354 | |
}, | |
"top_left": { | |
"lat": 52.2799257118, | |
"lon": 104.292425354 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjr2", | |
"lat": { | |
"value": 52.2799257118 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37303", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 36 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.291251 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.279247, | |
"lon": 104.291251 | |
}, | |
"top_left": { | |
"lat": 52.279247, | |
"lon": 104.291251 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjns", | |
"lat": { | |
"value": 52.279247 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35990", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 73 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.28914 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.27869, | |
"lon": 104.28914 | |
}, | |
"top_left": { | |
"lat": 52.27869, | |
"lon": 104.28914 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjj1", | |
"lat": { | |
"value": 52.27869 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29735", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 57 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.287595 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283743, | |
"lon": 104.287595 | |
}, | |
"top_left": { | |
"lat": 52.283743, | |
"lon": 104.287595 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjgy", | |
"lat": { | |
"value": 52.283743 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35258", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 35 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.28729 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.282112, | |
"lon": 104.28729 | |
}, | |
"top_left": { | |
"lat": 52.282112, | |
"lon": 104.28729 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mjet", | |
"lat": { | |
"value": 52.282112 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30437", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 167 \u043c\u00b2, \u044d\u0442\u0430\u0436 6/8" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.285161 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.279412, | |
"lon": 104.285161 | |
}, | |
"top_left": { | |
"lat": 52.279412, | |
"lon": 104.285161 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mj4j", | |
"lat": { | |
"value": 52.279412 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29338", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 107 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.290703 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.275853, | |
"lon": 104.290703 | |
}, | |
"top_left": { | |
"lat": 52.275853, | |
"lon": 104.290703 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mhw0", | |
"lat": { | |
"value": 52.275853 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37797", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 75 \u043c\u00b2, \u044d\u0442\u0430\u0436 6/8" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.290384164 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2771029376, | |
"lon": 104.290384164 | |
}, | |
"top_left": { | |
"lat": 52.2771029376, | |
"lon": 104.290384164 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mhvb", | |
"lat": { | |
"value": 52.2771029376 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37714", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 97 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.286131 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.276778, | |
"lon": 104.286131 | |
}, | |
"top_left": { | |
"lat": 52.276778, | |
"lon": 104.286131 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mhdy", | |
"lat": { | |
"value": 52.276778 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35323", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 36 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.285502 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.273869, | |
"lon": 104.285502 | |
}, | |
"top_left": { | |
"lat": 52.273869, | |
"lon": 104.285502 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361mh4m", | |
"lat": { | |
"value": 52.273869 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31411", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.277004 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.286795, | |
"lon": 104.277004 | |
}, | |
"top_left": { | |
"lat": 52.286795, | |
"lon": 104.277004 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kys0", | |
"lat": { | |
"value": 52.286795 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34456", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 73 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.278522 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.286426, | |
"lon": 104.278522 | |
}, | |
"top_left": { | |
"lat": 52.286426, | |
"lon": 104.278522 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kymq", | |
"lat": { | |
"value": 52.286426 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "36802", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 25 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.277265 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.285831, | |
"lon": 104.277265 | |
}, | |
"top_left": { | |
"lat": 52.285831, | |
"lon": 104.277265 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kyk7", | |
"lat": { | |
"value": 52.285831 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "31315", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 60 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.275378 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.288177, | |
"lon": 104.275378 | |
}, | |
"top_left": { | |
"lat": 52.288177, | |
"lon": 104.275378 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kyg0", | |
"lat": { | |
"value": 52.288177 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29948", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 90 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/9" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.275711 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.286497, | |
"lon": 104.275711 | |
}, | |
"top_left": { | |
"lat": 52.286497, | |
"lon": 104.275711 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky7q", | |
"lat": { | |
"value": 52.286497 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38007", | |
"_source": { | |
"short_description": "3-\u043a\u043e\u043c\u043d., 55 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.274219 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.286365, | |
"lon": 104.274219 | |
}, | |
"top_left": { | |
"lat": 52.286365, | |
"lon": 104.274219 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky6n", | |
"lat": { | |
"value": 52.286365 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "35264", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 45 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.276699 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284696, | |
"lon": 104.276699 | |
}, | |
"top_left": { | |
"lat": 52.284696, | |
"lon": 104.276699 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky5u", | |
"lat": { | |
"value": 52.284696 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37261", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 56 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.2764561 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.2843206267, | |
"lon": 104.2764561 | |
}, | |
"top_left": { | |
"lat": 52.2843206267, | |
"lon": 104.2764561 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky5f", | |
"lat": { | |
"value": 52.2843206267 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37075", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 41 \u043c\u00b2, \u044d\u0442\u0430\u0436 3/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.276321 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284338, | |
"lon": 104.276321 | |
}, | |
"top_left": { | |
"lat": 52.284338, | |
"lon": 104.276321 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky5d", | |
"lat": { | |
"value": 52.284338 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34472", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 36 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.273384 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.28463, | |
"lon": 104.273384 | |
}, | |
"top_left": { | |
"lat": 52.28463, | |
"lon": 104.273384 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky1s", | |
"lat": { | |
"value": 52.28463 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "37757", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 31 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.273896 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.284365, | |
"lon": 104.273896 | |
}, | |
"top_left": { | |
"lat": 52.284365, | |
"lon": 104.273896 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky1f", | |
"lat": { | |
"value": 52.284365 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30787", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 30 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.273896 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283996, | |
"lon": 104.273896 | |
}, | |
"top_left": { | |
"lat": 52.283996, | |
"lon": 104.273896 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361ky1b", | |
"lat": { | |
"value": 52.283996 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30358", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 48 \u043c\u00b2, \u044d\u0442\u0430\u0436 5/5" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.279821628191 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.280263661622, | |
"lon": 104.279821628191 | |
}, | |
"top_left": { | |
"lat": 52.280263661622, | |
"lon": 104.279821628191 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kvq4", | |
"lat": { | |
"value": 52.280263661622 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "38180", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 42 \u043c\u00b2, \u044d\u0442\u0430\u0436 4/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.281451 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.278801, | |
"lon": 104.281451 | |
}, | |
"top_left": { | |
"lat": 52.278801, | |
"lon": 104.281451 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kvp6", | |
"lat": { | |
"value": 52.278801 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "34735", | |
"_source": { | |
"short_description": "4-\u043a\u043e\u043c\u043d., 100 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.278289 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.281115, | |
"lon": 104.278289 | |
}, | |
"top_left": { | |
"lat": 52.281115, | |
"lon": 104.278289 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kvmp", | |
"lat": { | |
"value": 52.281115 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "30306", | |
"_source": { | |
"short_description": "1-\u043a\u043e\u043c\u043d., 32 \u043c\u00b2, \u044d\u0442\u0430\u0436 1/4" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.273923 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.283352, | |
"lon": 104.273923 | |
}, | |
"top_left": { | |
"lat": 52.283352, | |
"lon": 104.273923 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kvcu", | |
"lat": { | |
"value": 52.283352 | |
} | |
}, | |
{ | |
"hits": { | |
"hits": { | |
"hits": [ | |
{ | |
"_score": 1.0, | |
"_type": "postings", | |
"_id": "29856", | |
"_source": { | |
"short_description": "2-\u043a\u043e\u043c\u043d., 38 \u043c\u00b2, \u044d\u0442\u0430\u0436 2/2" | |
}, | |
"_index": "search" | |
} | |
], | |
"total": 1, | |
"max_score": 1.0 | |
} | |
}, | |
"lon": { | |
"value": 104.278864 | |
}, | |
"bounds": { | |
"bottom_right": { | |
"lat": 52.278167, | |
"lon": 104.278864 | |
}, | |
"top_left": { | |
"lat": 52.278167, | |
"lon": 104.278864 | |
} | |
}, | |
"doc_count": 1, | |
"key": "y361kuvw", | |
"lat": { | |
"value": 52.278167 | |
} | |
} | |
] | |
} | |
}, | |
"timed_out": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment