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
2019-05-15[categories] Removed the '^' symbol.Maxim Pimenov
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
2018-09-18[indexer] Minor. Convert CategoriesHolder::LoadFromStream to private method.tatiana-yan
2018-09-18[search] Add cuisine search categories.tatiana-yan
2018-07-30[indexer] Style & includestatiana-yan
2018-06-15[search] Fix category recognition for multiple words category synonymstatiana-yan
2018-01-23[cleanup] [ios] Fixed compilation warnings.Ilya Grechuhin
2017-12-05[base] Compressed MemTrie.Yuri Gorshenin
2017-11-10[indexer] [search] Enabled the Persian language for categories.Maxim Pimenov
2017-10-11[search] Using SmallSet for Locales.Maxim Pimenov
2017-02-27[search] Use MemTrie for street synonyms.Yuri Gorshenin
2017-02-14Merge pull request #5412 from mpimenov/categoriesygorshenin
2017-02-14Review fixes.Maxim Pimenov
2017-02-14Use en category name if there is no translation for current locale language.Daria Volvenkova
2017-02-13[indexer] United all tries-by-locale into one trie.Maxim Pimenov
2017-02-13[search] Fuzzy search by category.Maxim Pimenov
2017-02-10Review fixes.Maxim Pimenov
2017-02-10[indexer] Changed a map to a trie in CategoriesHolder.Maxim Pimenov
2016-12-28Remove using std from baseSergey Yershov
2016-09-28added mark for readable names into categories.txtArsentiy Milchakov
2016-09-07Review fixes.Yuri Gorshenin
2016-09-07[search][android][ios] Exposed categories synonyms.Yuri Gorshenin
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