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 (Collapse)Author
2018-04-12Added FC2018 search icon, fixed displacementr.kuznetsov
2018-04-09Added new booking search visualizationr.kuznetsov
2018-02-06Using the same constant for an incorrect rating in all places.VladiMihaylenko
2018-01-22[search][ugc] UGC ratings in searchArsentiy Milchakov
2017-12-28[search] Translated names in results.Yuri Gorshenin
2017-10-25Review fixes.Maxim Pimenov
2017-10-25[search] A refactoring of ranker.Maxim Pimenov
- Factored out assigning the highlight ranges. - Moved several Ranker's methods to the private section. - Renamed PreResult1 to PreRankerResult and PreResult2 to RankerResult. - Moved result comparators closer to their call sites (changing them to lambdas). - Removed IndexedValue. - Moved KeywordsScorer from Ranker to Processor. - Added a type alias for query tokens.
2017-10-13Separated types checkers for sponsored objectsr.kuznetsov
2017-09-13Removed Tinkoff from coder.kuznetsov
2017-05-25[search] Changed the name scoring scheme.Maxim Pimenov
2017-05-19Added special search marks for local ads and tinkoff objectsr.kuznetsov
2017-01-30[search] Warnings fixes.Yuri Gorshenin
2016-09-26Review fixes.Yuri Gorshenin
2016-09-23Review fixes and SearchParams refactoring.Yuri Gorshenin
2016-09-22[search] Fixed search in viewport filtering.Yuri Gorshenin
2016-08-03[search][ui] Implemented hotels classifier.Yuri Gorshenin
2016-07-14[search] Fixed slooow locality matching.Yuri Gorshenin
Locality matching code haven't supported a lot of mwms, and iterated over the whole mwms set on each search result (sic!). Moreover, for locality selection it directly read all features in the rect instead of RankTable usage. This CL significantly speeds up search results generation stage, when there're a lot of maps and a lot of search results.
2016-07-14[search] Added hotel rating and hotel pricing to result metadata.VladiMihaylenko
2016-07-07[omim] Refactored measurement_utils.Ilya Grechuhin
2016-06-21[search] Separated out ranker.Maxim Pimenov
2016-06-14[search] Fixed result name generation.Yuri Gorshenin
2016-05-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-24[search] Implemented PreRanker.Yuri Gorshenin
2016-05-19Added sponsored hotels visualizationr.kuznetsov
2016-04-06[search] Don’t calculate address for viewport search result points.vng
2016-03-30Review fixes.Yuri Gorshenin
2016-03-30[search] Added some kind of Sort+Unique for PreResult1.Yuri Gorshenin
2016-03-24Show address only for POIs and Buildings.vng
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Fixed flickering results.Yuri Gorshenin
2016-03-23Review fixes.Alex Zolotarev
2016-03-23[search] Print street, house number for buildings in search results. Also ↵Alex Zolotarev
print addresses.
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Working on feature's extraction.Yuri Gorshenin
2016-03-23CategoriesHolder::GetReadableFeatureType().Alex Zolotarev
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it ↵Alex Zolotarev
from Editor.
2016-03-23Minor search::Metadata processing optimization.Alex Zolotarev
2016-03-23[ios][android] Support isOpen/isClosed/Unknown states in search results.Alex Zolotarev
2016-03-23Correct implementation for FeatureType::ParseMetadata().Alex Zolotarev
2016-03-23[search] Moved search components to the search library. Moved search index ↵vng
builder to the generator.
2016-03-23Rebase fixes.Maxim Pimenov
2016-03-23[search] Fixed SearchEngine threading model.Yuri Gorshenin
2016-03-23Integration of retrieval.Yuri Gorshenin
2015-11-12Code reviewSergey Magidovich
2015-11-07Fix bug with weekday range. Mo-Su didn't work properly.Sergey Magidovich
Code review fixes.
2015-11-05Code review:Sergey Magidovich
rename files; fix comments; remove redundant \ns; wchar_t -> char (the last one); add `using osmoh::XXX' in opening_hours_parsers.hpp to improve readability; fix variable and function names.
2015-11-02Merge branch 'master' into fix-old-parserSergey Magidovich
Move tests from indexer_tests/opening_hours_test.cpp to 3party/opening_hours/osm_time_range_tests.cpp. Use new parser interface in a whole project.
2015-10-27operator() -> UpdateStateSergey Magidovich
2015-10-27Rename the rest of OSMTimeRange::parse to OSMTimeRange::FromString. Rename ↵Sergey Magidovich
Weekdays to Weekday.
2015-10-23[search] Revert search logic. In table + map view algorithm is working with ↵vng
the same logic as in table view.