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-05-24[search] Renamed Query to Processor.Maxim Pimenov
2016-05-24[search] Implemented PreRanker.Yuri Gorshenin
2016-05-20Review fixes.Yuri Gorshenin
2016-05-20[search] Fixed ranking model.Yuri Gorshenin
2016-05-16[search] Fixed crash on search of hashtagged inexistent categories.Yuri Gorshenin
2016-05-13Review fixes.Yuri Gorshenin
2016-05-13[search] Added hashtags.Yuri Gorshenin
2016-04-28[generator, search] Created generator_tests_support library.Yuri Gorshenin
2016-04-22Review fixes.Yuri Gorshenin
2016-04-22[search] Postcodes are added to the search index.Yuri Gorshenin
2016-04-07Merge pull request #2790 from ygorshenin/remove-old-unused-search-codeAlex Zolotarev
2016-04-06Merge pull request #2791 from vng/search-fixAlex Zolotarev
2016-04-06[search] Don’t calculate address for viewport search result points.vng
2016-04-06[search] Removed SearchV1 code.Yuri Gorshenin
2016-04-06[search] Removed indexed_value.hppYuri Gorshenin
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-29Factor out “en” language to the predefined constant.Viktor
2016-03-24Review fixes.Yuri Gorshenin
2016-03-24[search] Fixed name score calculation.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Fixed flickering results.Yuri Gorshenin
2016-03-23[search] LocalityFinder refactoring. It works correct now for any results set.vng
2016-03-23Removed unused house detector code.Alex Zolotarev
2016-03-23[search] Print street, house number for buildings in search results. Also pri...Alex Zolotarev
2016-03-23Minor renaming.Alex Zolotarev
2016-03-23[search] Fixed ranking logic to viewport/position.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Fixed ranking.Yuri Gorshenin
2016-03-23[search] Warning fix.Yuri Gorshenin
2016-03-23[search] Used linear model for rank calculation.Yuri Gorshenin
2016-03-23[search] Implemented gradient descent for a linear model estimation.Yuri Gorshenin
2016-03-23SearchType is exposed to PreRankingInfo.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Working on feature's extraction.Yuri Gorshenin
2016-03-23[search] Removed obsolete Retrieval code.vng
2016-03-23[search] Added an option to disable suggests.Yuri Gorshenin
2016-03-23[new downloader] Moving new developed map downloader functionality to new map...Vladimir Byko-Ianko
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Disable suggests when full name token is entered.Yuri Gorshenin
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23[search] Fixed search in world only.Yuri Gorshenin
2016-03-23Moved mwm_traits from search to platform.Maxim Pimenov
2016-03-23[search] Fixed buildings matching.Yuri Gorshenin
2016-03-23Review fixes.vng
2016-03-23Rename ForEachNameRef -> ForEachName with rvalue reference functor passing.vng
2016-03-23[search] Restore multiple search on map.vng
2016-03-23Review fixes.vng