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
2015-09-23replace call data() from vector. Old compiler does not supportExMix
2015-09-23[search] KeywordMatcher rewrite code review comments: simplify SetKeywords() ...Yury Melnichek
2015-09-23[search] Keyword Matcher rewrite.Yury Melnichek
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Remove unused code.Yury Melnichek
2015-09-23Completed platform refactoring and fixed paths for resources/writable dirsAlex Zolotarev
2015-09-23Move CategoriesHolder from search to indexer.Yury Melnichek
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23[search] New, simpler KeywordMatcher.Yury Melnichek
2015-09-23Rename string_search_utils.hpp -> search_string_utils.hppYury Melnichek
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23Fixed compilation errorAlex Zolotarev
2015-09-23[search] Factor out approximate string matching and stop using it. There will...Yury Melnichek
2015-09-23Fix trie search. !Note! Need to review some @todo.vng
2015-09-23Add additional types mapping (index <-> type) in classificator.vng
2015-09-23Comment out failing keyword_matcher_tests.Yury Melnichek
2015-09-23Fix unit tests, broken during Reader refactoring.Yury Melnichek
2015-09-23[search] Use vector of pointers in KeywordMatcher to avoid copying the keywor...Yury Melnichek
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23[search] No-op rename.Yury Melnichek
2015-09-23[search] Match names of categories from categories.txtYury Melnichek
2015-09-23[search] If category name starts with digit, it represents a minimal prefix l...Yury Melnichek
2015-09-23[search] Add categories_test.cpp to search_tests.Yury Melnichek
2015-09-23[gcc] Fixed build errorAlex Zolotarev
2015-09-23[search] Implement query termination. Make search slow to test it :)Yury Melnichek
2015-09-23[search] Add one more test for the KeywordMatcher.Yury Melnichek
2015-09-23Fixed compilation errorsAlex Zolotarev
2015-09-23- Compilation fixes;vng
2015-09-23Added search categories loaderAlex Zolotarev
2015-09-23[search] Refactor Query: make variables private and add public getters.Yury Melnichek
2015-09-23[search] Take precision into account, when matching (lat, lon).Yury Melnichek
2015-09-23[search] Add search::MatchLatLon().Yury Melnichek
2015-09-23[search] Fix query_test.cpp to take into account case folding.Yury Melnichek
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek
2015-09-23Warning and compilation fixesAlex Zolotarev
2015-09-23Add fuzzy string matching.Yury Melnichek
2015-09-23Removed wrong dependenciesAlex Zolotarev
2015-09-23Added missing filesAlex Zolotarev