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
2016-12-12[search] Fixed UB in search_tests.Yuri Gorshenin
2016-11-18Added the link platform function.Timofey
2016-11-17Remove tomcrypt libSergey Yershov
2016-11-17Remove dependencies on tomcryptSergey Yershov
2016-11-11Replaced Vatican City back to RomeTimofey
2016-11-09Added project declarations to subprojectsTimofey
Replaced set with append
2016-11-09Removed definitions.Timofey
2016-11-09Added search/search_testsTimofey
search_integration_tests are to come.
2016-10-31Changed Rome to Vatican CityTimofey
2016-10-13[search] Identity checks for hotels filter.Yuri Gorshenin
2016-10-06Review fixes.Yuri Gorshenin
2016-10-06[search] Accelerated locality finder.Yuri Gorshenin
2016-09-28Review fixes.Yuri Gorshenin
2016-09-27[search] Fixed locality matching code.Yuri Gorshenin
2016-08-23Review fixes.Yuri Gorshenin
2016-08-19[search] Implemented clustering.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-07Merge pull request #3727 from ygorshenin/fix-features-loading-guardmpimenov
[indexer] Fixed FeaturesLoaderGuard.
2016-07-07Fixed a possible linker error.Maxim Pimenov
2016-07-05[indexer] Fixed FeaturesLoaderGuard.Yuri Gorshenin
2016-06-24[tests] Fix tests after addr:street matching fixIlya Zverev
2016-06-16Review fixes.Maxim Pimenov
2016-06-15[search] House number parser revisited.Yuri Gorshenin
2016-06-10Revert "[tests] Update Vatican City finder test (master branch)"revert-3535-fix_loc_test_mtherearesomewhocallmetim
2016-06-10[tests] Update Vatican City finder testIlya Zverev
2016-05-31[search] Removed the "search_" prefix where it was redundant.Maxim Pimenov
2016-05-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-27Merge pull request #3353 from ygorshenin/implemented-equals-byVladimir Byko-Ianko
[base] Implemented EqualsBy.
2016-05-26[base] Implemented EqualsBy.Yuri Gorshenin
2016-05-25Move postcodes_matcher to indexer.Sergey Magidovich
2016-05-25Implement fields validation in editor.Sergey Magidovich
2016-05-24[search] Renamed Query to Processor.Maxim Pimenov
2016-05-20[search] Fixed ranking model.Yuri Gorshenin
2016-04-22Review fixes.Yuri Gorshenin
2016-04-22[search] Postcodes are added to the search index.Yuri Gorshenin
2016-04-06Review fixes.Yuri Gorshenin
2016-04-04[search] Fixed building parts matching.Yuri Gorshenin
2016-03-29Factor out “en” language to the predefined constant.Viktor
2016-03-24[search] Fixed name score calculation.Yuri Gorshenin
2016-03-24[search] Treat street synonyms as prefix in search algos.vng
2016-03-23[search] Fixed house numbers matching.Yuri Gorshenin
2016-03-23[search] LocalityFinder refactoring. It works correct now for any results set.vng
2016-03-23[search] Moved search quality tests to a separate library.Maxim Pimenov
Also, separated out the binary of the search quality tool.
2016-03-23Review fixes.Maxim Pimenov
2016-03-23[search] Added a json-serializable struct for search data samples.Maxim Pimenov
2016-03-23Review fixes.vng
2016-03-23[search] Added test for correct Moscow locality checking.vng
2016-03-23[search] Improved locality sorting and scoring.Yuri Gorshenin
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it ↵Alex Zolotarev
from Editor.
2016-03-23Review fixes.Yuri Gorshenin