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 FeatureBase::GetTypesFn with more suitable feature::TypesHolder.vng
2015-09-23[search] Do not store ranks in the search index.Yury Melnichek
2015-09-23[search] New index generation algorithm.vng
2015-09-23[search] Build in index generation in thread.vng
2015-09-23[search] Use unique temporary file names for index generation.vng
2015-09-23Store feature names in temporary file during search index generation.vng
2015-09-23Move reverse of search index from memory to temporary file.vng
2015-09-23[search] [TODO] Index names by appending language to the beginning of a name....Yury Melnichek
2015-09-23[search] No-op: allow to tweak rank for the first token in index.Yury Melnichek
2015-09-23[search] Index features' types as almost normal tokens, for example: "!type:4...Yury Melnichek
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek
2015-09-23[search] Do not index duplicate entries.Yury Melnichek
2015-09-23[search] Index every token.Yury Melnichek
2015-09-23Fix dummy error in search index generation.vng
2015-09-23Fix using of FilesContainerR, FilesContainerW.vng
2015-09-23Add override support in FilesContaiterW. Make it's interface more simple.vng
2015-09-23[search] Stricter ordering of features with the same name in trie.Yury Melnichek
2015-09-23Rename string_search_utils.hpp -> search_string_utils.hppYury Melnichek
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
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