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-23Get correct center for point or area feature in GetVisiblePOI.vng
2015-09-23[search] Add synonyms for countries and states only.vng
2015-09-23[search] Fix spelling and code style.vng
2015-09-23[search] Add synonyms for search index generation.vng
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Do not index building-address.vng
2015-09-23Rename some functions according to coding style.vng
2015-09-23[search] Index generation: skip type 'building' for features with no names.vng
2015-09-23[search] Review categories before release. Need translations.vng
2015-09-23[search] Add only categorized features to search index. Do not add some categ...vng
2015-09-23[search] Do not generate index after downloading if it's already exist.vng
2015-09-23[search] Search index generating bug: calculating of area feature center.vng
2015-09-23Add named constants for feature geometry getting.vng
2015-09-23[search] Process feature types like 2-level types (trim 3 level).vng
2015-09-23[search] Do comparison instead of assert (for safety in floating point calcul...vng
2015-09-23[search] Do index only for visibly types in MWM. Closed #626.vng
2015-09-23[search] Valid feature center point getting (middle point for linear and mass...vng
2015-09-23[search] Fix bug with points coding in search index generation.vng
2015-09-23[search] Skip features without names, that has place-city (town, region) type...vng
2015-09-23[search] Fix bug - do not clear feature params when adding suggest tokens to ...vng
2015-09-23[search] Generate search index with extended info (center point, featureID, r...vng
2015-09-23[search] Add separate language edge in trie for categories.vng
2015-09-23[search] Reduce search rank for non-USA states.vng
2015-09-23[search] Remove calculatin of feature viewport rect in IntermediateResult.vng
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