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-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23Review fixes.vng
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2015-09-23Fix include path for searchSergey Yershov
2015-09-23[search] Fixed keyword matching: compare matched name's length only after lan...vng
2015-09-23[search] Fixed bug with feature names scoring.vng
2015-09-23different fixes for build on Windows platformExMix
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] Remove some asserts due to very long names splitted for tokens.vng
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23Remove useless entities and includes.vng
2015-09-23[search] Allow to specify string array in KeywordMatcher constructor.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-23[search] Move search/delimeters.?pp -> indexer/search_delimiters.?ppYury Melnichek
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23[search] Factor out approximate string matching and stop using it. There will...Yury Melnichek
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23[search] Use vector of pointers in KeywordMatcher to avoid copying the keywor...Yury Melnichek
2015-09-23[search] No-op: fix type in a variable name.Yury Melnichek
2015-09-23[search] Tweak name match scoring.Yury Melnichek
2015-09-23[search] Fix logic to select feature name.Yury Melnichek
2015-09-23Fixed VS runtime error with empty &vector[0]Alex Zolotarev
2015-09-23[search] Factor out SplitAndNormalizeAndSimplifyString().Yury Melnichek
2015-09-23[search] Output name with the best prefix match.Yury Melnichek
2015-09-23Add conversion to lower case to the search.Yury Melnichek
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek