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-13[indexer] Added the list of currently disabled languages to CategoriesHolder.Maxim Pimenov
2016-05-13[indexer] Fix tests for unique new feature category names.Maxim Pimenov
2016-05-01[ios] Implemented new category search.VladiMihaylenko
2016-04-26Review fixes.Maxim Pimenov
2016-04-26[indexer] Added a component that maps (sub)strings to categories.Maxim Pimenov
2016-03-23Platform::GetReader returns unique_ptr. Fix leaks.Sergey Magidovich
2016-03-23CategoriesHolder::GetReadableFeatureType().Alex Zolotarev
2016-03-23Minor CategoriesHolder renaming.Alex Zolotarev
2016-03-23GetDefaultCategories() function to access categories from everywhere.Alex Zolotarev
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23[search] Do search for category only if it matches for current, input or Engl...vng
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23[search] Fixed stop words processing for category synonyms.vng
2015-09-23Store reference to type index instead of raw type in mwm search index.vng
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23[search] Add suggestions only for input language.vng
2015-09-23[search] Add only categorized features to search index. Do not add some categ...vng
2015-09-23[search] Category name in native language. Closed #602.vng
2015-09-23[search] Load categories.txt without intermediate strings.vng
2015-09-23Uncomment categories test and move CategoriesHolder to the global namespace.Yury Melnichek
2015-09-23Move CategoriesHolder from search to indexer.Yury Melnichek