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
2020-10-06[indexer] Lazy metadata read.tatiana-yan
2020-10-01[search] Do not pass class fields to its method.tatiana-yan
2020-09-18[search] Choose street name language in the same way as result language.tatiana-yan
2020-09-18[search] Support multiple semicolon separated alt/old names.tatiana-yan
2020-08-13[search] RankerResultMaker minor refactoring.tatiana-yan
2020-08-03[search] Do not put alt name into brackets if there are no readable name.tatiana-yan
2020-07-17[search] Pass hotels refused by booking filter.tatiana-yan
2020-07-10Review fixes.tatiana-yan
2020-07-10[search] Add alt/old name in braces when search result is matched by alt/old ...tatiana-yan
2020-07-10[search] Pass IsAltNameOrOldName to ranker.tatiana-yan
2020-07-10[search] Decrease NameScore for alt_name, old_name.tatiana-yan
2020-06-11[search] COMPLEX_POI/SUBPOI minor refactoring.tatiana-yan
2020-06-11[search] Test poi-poi parse.tatiana-yan
2020-06-02[search] Introduce ResultType feature for ranker.tatiana-yan
2020-04-03[search] Use GetRoadShields(rawRoadNumber) when we do not need custom shield ...tatiana-yan
2020-04-02[search] Rename Result::Metadata to Result::Details.tatiana-yan
2020-04-01[search] Fix NameScores calculation for road shields.tatiana-yan
2020-03-16[search] Add exactCountryOrCapital ranking parameter.tatiana-yan
2019-12-26[omim] Replaced boost::optional with std::optional.Maxim Pimenov
2019-12-20[search] Fixed the tests.Maxim Pimenov
2019-12-20[search] Show types of matched tokens in logs.Maxim Pimenov
2019-12-12[search] Tweak NormalizeRank.tatiana-yan
2019-12-10[search] Fix uint8_t overflow.tatiana-yan
2019-11-25[search] Implemented cancelling of Search by timeout.Maxim Pimenov
2019-11-13[search] Move suburb from geocoder context to geoparts.tatiana-yan
2019-11-13[search] Support suburbs in geocoder.tatiana-yan
2019-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-09-20[search][map] Add custom search result type for postcodes.tatiana-yan
2019-09-18[indexer] Refact ftype::Type -> enum class ftype::LocalityTypeMikhail Gorbushin
2019-09-13[search] Move UpdateResults from PreRanker::Finish to Geocoder::GoImpl to avo...tatiana-yan
2019-08-26[search] Index street number for search.tatiana-yan
2019-08-21[search] Keep better result in PreRanker::Filter and RemoveDuplicatingLinear.tatiana-yan
2019-07-23[search] Allow misprints for original query token only.tatiana-yan
2019-07-17[search] Remove wrong MaxErrors calculation from rankingtatiana-yan
2019-07-16[search] Build fix.tatiana-yan
2019-07-16[search] Remove NameScoresEx.tatiana-yan
2019-07-16[search] Review fixes.tatiana-yan
2019-07-16[search] Allow misprints while determing NameScore for ranking.tatiana-yan
2019-07-16[search] Support 'Abcdstr.' query for 'Abcdstrasse'/'Abcd strasse'.tatiana-yan
2019-07-09[search] Replaced Token's ForEach with a more descriptive ForEachSynonym.Maxim Pimenov
2019-06-25[search] Fix ranking for strasse.tatiana-yan
2019-06-20[search] Set RankingInfo::m_hasName to true for features with brand or operator.tatiana-yan
2019-06-19[search] Add MatchedFraction parameter to RankingInfo.tatiana-yan
2019-06-17[search] Pass |exactMatch| to PreRanker, Ranker. Take |exactMatch| into accou...tatiana-yan
2019-04-23[search] Heuristics for rating.tatiana-yan
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy Milchakov
2019-03-18[indexer] Disallow copy and move of FeatureType, remove FeatureType::ParseEve...tatiana-yan
2019-02-20Review fixes.Maxim Pimenov
2019-02-20[search] Separated the ResultTracer.Maxim Pimenov
2019-02-20[search] Tracing the provenance of results.Maxim Pimenov