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
path: root/search
AgeCommit message (Expand)Author
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23Enchanced search result GUI.vng
2015-09-23[search] Comment out spelling to make search faster.Yury Melnichek
2015-09-23[search] Tweak name match scoring.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] Fix logic to select feature name.Yury Melnichek
2015-09-23[search] Add one more test for the KeywordMatcher.Yury Melnichek
2015-09-23[search] Fix query_test.Yury Melnichek
2015-09-23Add pair<int, int> DrawableScaleRangeForText(). It returns min and max scales.vng
2015-09-23[search] Stop query when a new one comes.Yury Melnichek
2015-09-23[search] Copy index in query. Fixes crashes. Still TODO to stop the search wh...Yury Melnichek
2015-09-23[search] Make search on parallel threads. Crashes! TODO: Fix crashes and use ...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] Add angle from center of viewport to the return result.Yury Melnichek
2015-09-23[search] Calculate distance to search results.Yury Melnichek
2015-09-23[search] Refactor Query: make variables private and add public getters.Yury Melnichek
2015-09-23[search] Don't match categories against empty prefix.Yury Melnichek
2015-09-23[search] Fix scoring of prefix matches.Yury Melnichek
2015-09-23[search] feature::MinDrawableScaleForText() is slow, check it only if the fea...Yury Melnichek
2015-09-23[search] Match categories - first mock with "restaurant".Yury Melnichek
2015-09-23[search] Fix warning.Yury Melnichek
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23Fix msvc compile error.vng
2015-09-23[search] Take precision into account, when matching (lat, lon).Yury Melnichek
2015-09-23[search] Match (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-23[search] Ignore features that don't have visible text.Yury Melnichek
2015-09-23[search] Search in the world file as well.Yury Melnichek
2015-09-23[search] Use feature::MinDrawableScaleForText().Yury Melnichek
2015-09-23Fixed VS runtime error with empty &vector[0]Alex Zolotarev
2015-09-23[search] Introduce GetFeatureViewport().Yury Melnichek
2015-09-23[search] Use normalization and case folding. Refactor TokenizeIterator.Yury Melnichek
2015-09-23[search] Factor out SplitAndNormalizeAndSimplifyString().Yury Melnichek
2015-09-23[search] Tweak scoring and query occlusion.Yury Melnichek
2015-09-23[search] Replace obsolete UniChar typedef with using strings::UniChar.Yury Melnichek
2015-09-23[search] Order feature by the lowest zoom level, when feature is visible. TOD...Yury Melnichek
2015-09-23[search] No-op: fix a typo.Yury Melnichek
2015-09-23[search] Optimization: don't push IntermediateResult into priority queue if i...Yury Melnichek
2015-09-23[search] Introduce IntermediateResult.Yury Melnichek
2015-09-23Added most popular osm delimeters to searchAlex Zolotarev
2015-09-23Added most popular osm delimeters to searchAlex Zolotarev
2015-09-23[search] Output name with the best prefix match.Yury Melnichek
2015-09-23[search] Search one level deeper.Yury Melnichek
2015-09-23[search] Tweak spell correction limits.Yury Melnichek
2015-09-23[search] Make prefix lower case as well.Yury Melnichek
2015-09-23Add conversion to lower case to the search.Yury Melnichek