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-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-27[search] Merged Processor and ProcessorV2.Maxim Pimenov
2016-05-25Move postcodes_matcher to indexer.Sergey Magidovich
2016-05-24[search] Renamed Query to Processor.Maxim Pimenov
2016-05-24[search] Implemented PreRanker.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 #2698 from vng/devygorshenin
2016-04-06[search] Removed indexed_value.hppYuri Gorshenin
2016-04-05[search] Search index POI types set is updated.vng
2016-03-30[search] Added some kind of Sort+Unique for PreResult1.Yuri Gorshenin
2016-03-23[search] Fixed geometry caches.Yuri Gorshenin
2016-03-23[search] Fixed ranking.Yuri Gorshenin
2016-03-23[search] Working on feature's extraction.Yuri Gorshenin
2016-03-23[search] Moved search quality tests to a separate library.Maxim Pimenov
2016-03-23[search] Added a json-serializable struct for search data samples.Maxim Pimenov
2016-03-23[search] Improved locality sorting and scoring.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 locality scoring.Yuri Gorshenin
2016-03-23[search] Added FeaturesLayerMatcher cache to store loaded streets between que...vng
2016-03-23Review fixes.vng
2016-03-23[search] Extracted information from layers intersection.Yuri Gorshenin
2016-03-23[search] Implemented search in locality.Yuri Gorshenin
2016-03-23[search] Implemented FeaturesFilter and cache for houses. Optimized house num...Yuri Gorshenin
2016-03-23[search] my::Cancellable is exposed to Geocoder's helper classes.Yuri Gorshenin
2016-03-23[search] Implemented instersection of BUILDINGs with STREETs.Yuri Gorshenin
2016-03-23[search] Implemented house numbers matching.Yuri Gorshenin
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Implemented intersection of POI and STREET layers.Yuri Gorshenin
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2016-03-23[build] Fixed linux build.Yuri Gorshenin
2016-03-23[search] Skeleton of a SearchQueryV2 (Geocoder).Yuri Gorshenin
2016-03-23Review fixes.vng
2016-03-23[search] Added building -> street detection algorithm.vng
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23Integration of retrieval.Yuri Gorshenin
2015-10-06[search] CountryInfoGetter is extracted into individual unit.Yuri Gorshenin
2015-09-23Last search queries save support.Lev Dragunov
2015-09-23[search] Implemented retrieval.Yuri Gorshenin
2015-09-23[search] Search query params is extracted into individual hpp/cpp files.Yuri Gorshenin
2015-09-23[generator] Implemented test for mwm generation.Yuri Gorshenin
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23Implement LocalityFinder component.Denis Koronchik
2015-09-23Added function to calculate equal ranges between string and the set of tokens.Denis Koronchik
2015-09-23[search]vng
2015-09-23[search] Refactoring of matching house number for input token.vng
2015-09-23[search] Refactoring of MWM full test.vng
2015-09-23initial commitKirill Zhdanovich