Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22[search] Fixed search in viewport filtering.Yuri Gorshenin
2016-06-21Review fixes.Maxim Pimenov
2016-06-21[search] Separated out ranker.Maxim Pimenov
2016-05-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-27[search] Fixed messy things in search.Yuri Gorshenin
2016-05-24[search] Implemented PreRanker.Yuri Gorshenin
2016-04-06[search] Don’t calculate address for viewport search result points.vng
2016-04-06[search] Fixed features sorting for viewport search.Yuri Gorshenin
2016-03-30Review fixes.Yuri Gorshenin
2016-03-30[search] Added some kind of Sort+Unique for PreResult1.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Fixed flickering results.Yuri Gorshenin
2016-03-23[search] Print street, house number for buildings in search results. Also pri...Alex Zolotarev
2016-03-23[search] Fixed ranking.Yuri Gorshenin
2016-03-23[search] Working on feature's extraction.Yuri Gorshenin
2016-03-23CategoriesHolder::GetReadableFeatureType().Alex Zolotarev
2016-03-23[search] Fixed SearchEngine threading model.Yuri Gorshenin
2016-03-23Integration of retrieval.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23Integration of retrieval.Yuri Gorshenin
2015-10-23[search] Revert search logic. In table + map view algorithm is working with t...vng
2015-10-06[search] CountryInfoGetter is extracted into individual unit.Yuri Gorshenin
2015-09-23[search] Result’s metadata advanced getting.vng
2015-09-23[search] Viewport search results now can be showed in the table. Need to pass...vng
2015-09-23[omim] Passed metadata to search results.Ilya Grechuhin
2015-09-23[search] Logic refactoring: search only in current viewport (or only around p...vng
2015-09-23Fix include path for searchSergey Yershov
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23[search] Refactored emitting final search results.vng
2015-09-23Improve search results rankingDenis Koronchik
2015-09-23[search] More dispersed viewport results on the map.vng
2015-09-23[search] Show up to 200 results in viewport.vng
2015-09-23[search] Implement suggestions for countries, cities, streets.vng
2015-09-23[search]vng
2015-09-23[search] Built-in house search in main engine (initial commit).vng
2015-09-23[search] Optimization: use calculated point from search trie for non-point fe...vng
2015-09-23[search] Correct zoom for result and fix balloon point for streets.vng
2015-09-23[search] Fix bug with incorrect streets filtering with equal names. Fix resul...vng
2015-09-23[search] Temporary solution: sort results by it's real distance for AROUND_PO...vng
2015-09-23[search] Show best preffered type when matching by category.vng
2015-09-23[search] Better LessXXX functors for intermediate results.vng
2015-09-23[search] Better sort criteria for LessViewportDistance.vng
2015-09-23[search] Fix bug of center and viewport calculation for results.vng
2015-09-23[search] Fix order for PreResult1 before reading features.vng
2015-09-23[search] Better viewport calculation for results.vng
2015-09-23[search] Process feature types like 2-level types (trim 3 level).vng
2015-09-23[search] Category name in native language. Closed #602.vng
2015-09-23[search] Divide IntermediateResukt into PreResult1 and PreResult2. Do not loa...vng
2015-09-23[search] Getting rank and center from trie.vng
2015-09-23[search] Fix lat lon results bug. Closed #523.vng