/
githubmirror
/
omim
ОбзорДокументацияВойти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
omim/
search/
..
base

[search] Changed namespace from search::base to search_base.

8 лет назад
bookmarks

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
pysearch

fix linking of pysearch module: now indexer::CategoriesIndex::GetAssociatedTypes is resolved correctly

8 лет назад
search_integration_tests

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
search_quality

[search] Use HasName feature instead of ErrorsMade and NameScores for categorial requests.

8 лет назад
search_tests

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
search_tests_support

[search] Add results grouping test.

8 лет назад
CMakeLists.txt

[search] Simple cuisine filter implementation.

8 лет назад
algos.hpp

Fix include path for search

11 лет назад
approximate_string_match.cpp

Fix include path for search

11 лет назад
approximate_string_match.hpp

Fixed warnings

8 лет назад
cancel_exception.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
categories_cache.cpp

[index] Make IsEatChecker consistent with new eat category.

8 лет назад
categories_cache.hpp

[search] Simple cuisine filter implementation.

8 лет назад
categories_set.hpp

[search] Added fuzzy search (up to 2 errors).

10 лет назад
cbv.cpp

[base] Replaced the namespace my with base.

8 лет назад
cbv.hpp

[base] Replaced the namespace my with base.

8 лет назад
cities_boundaries_table.cpp

[search] Enable CitiesBoundariesTable.

8 лет назад
cities_boundaries_table.hpp

[search] Fix Boundaries limit rect in geocoder

8 лет назад
city_finder.cpp

[indexer] DataSource refactoring

8 лет назад
city_finder.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
common.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
cuisine_filter.cpp

[search] Search FMD_CUISINE for old mwms only due to perfomance reasons.

8 лет назад
cuisine_filter.hpp

[search] Search FMD_CUISINE for old mwms only due to perfomance reasons.

8 лет назад
displayed_categories.cpp

[search][strings] New search categories. Todo: translate.

8 лет назад
displayed_categories.hpp

[core][search] cian search category review fixes

9 лет назад
doc_vec.cpp

[search] BookmarksProcessor.

9 лет назад
doc_vec.hpp

[search] BookmarksProcessor.

9 лет назад
downloader_search_callback.cpp

[indexer] Convert LoaderBase methods to const, do not store FeatureType * in shared feature loader. Remove mutable from FeatureType. Remove methods which use uninitialized FeatureType * LoaderBase::m_pFt from FeatureBase. Remove FeatureBase because noone else uses it.

8 лет назад
downloader_search_callback.hpp

[indexer] DataSource refactoring

8 лет назад
dummy_rank_table.cpp

[search] Warnings fixes.

10 лет назад
dummy_rank_table.hpp

[search] Skeleton of a SearchQueryV2 (Geocoder).

10 лет назад
editor_delegate.cpp

[search] Simplify ReverseGeocoder interface.

8 лет назад
editor_delegate.hpp

[indexer] DataSource refactoring

8 лет назад
emitter.hpp

[search] BookmarksProcessor is integrated in Processor.

9 лет назад
engine.cpp

[base] Removed the MY_ prefix from the scope guard.

8 лет назад
engine.hpp

[indexer] DataSource refactoring

8 лет назад
feature_loader.cpp

remove my::make_unique

8 лет назад
feature_loader.hpp

[indexer] Move FeaturesLoaderGuard out of DataSource

8 лет назад
feature_offset_match.hpp

[base] Unified stl_add and stl_helpers.

8 лет назад
features_filter.cpp

warnings fix

9 лет назад
features_filter.hpp

warnings fix

9 лет назад
features_layer.cpp

[search] Added a test for the paths through layers.

9 лет назад
features_layer.hpp

Review fixes.

9 лет назад
features_layer_matcher.cpp

[search] Hide HouseToStreet street identifier type from FeaturesLayerMatcher.

8 лет назад
features_layer_matcher.hpp

[search] Take into account GetByIndex result to avoid usage of not loaded feature.

8 лет назад
features_layer_path_finder.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
features_layer_path_finder.hpp

[base] Replaced the namespace my with base.

8 лет назад
geocoder.cpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
geocoder.hpp

[search] Pass viewport as is for list search to be consistent with viewport search. Use boost::optional for m_position.

8 лет назад
geocoder_context.cpp

[base] Renamed CHECK_SWITCH to UNREACHABLE.

8 лет назад
geocoder_context.hpp

[search] Enable cuisine filter for requests which exact match cuisine category.

8 лет назад
geocoder_locality.cpp

[base] Renamed CHECK_SWITCH to UNREACHABLE.

8 лет назад
geocoder_locality.hpp

Review fixes.

9 лет назад
geometry_cache.cpp

[coding] Removed the CellId epsilon. In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now.

8 лет назад
geometry_cache.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
geometry_utils.cpp

[coding] Removed the CellId epsilon. In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now.

8 лет назад
geometry_utils.hpp

[coding] Removed the CellId epsilon. In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now.

8 лет назад
highlighting.cpp

Review fixes.

9 лет назад
highlighting.hpp

[search] A refactoring of ranker.

9 лет назад
hotels_classifier.cpp

[booking] deals filter review fixes

8 лет назад
hotels_classifier.hpp

[booking][search][android][ios] Workflow for booking filters is unified. Booking deals filter is added and enabled for search in viewport. Search callbacks are moved into map project.

8 лет назад
hotels_filter.cpp

Review fixes.

9 лет назад
hotels_filter.hpp

Review fixes.

9 лет назад
house_detector.cpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
house_detector.hpp

[coding] Removed the CellId epsilon. In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now.

8 лет назад
house_numbers_matcher.cpp

[base] Renamed CHECK_SWITCH to UNREACHABLE.

8 лет назад
house_numbers_matcher.hpp

Sort includes and other

10 лет назад
house_to_street_table.cpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
house_to_street_table.hpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
idf_map.cpp

[search] BookmarksProcessor.

9 лет назад
idf_map.hpp

[search] BookmarksProcessor.

9 лет назад
intermediate_result.cpp

[search][ios][android] Display brand name in search results

8 лет назад
intermediate_result.hpp

[search] Improve categories preranking and ranking.

8 лет назад
intersection_result.cpp

[search] SearchModel -> Model.

9 лет назад
intersection_result.hpp

[search] SearchModel -> Model.

9 лет назад
interval_set.hpp

[base] Replaced the namespace my with base.

8 лет назад
keyword_lang_matcher.cpp

[base] Unified stl_add and stl_helpers.

8 лет назад
keyword_lang_matcher.hpp

[indexer] Style & includes

8 лет назад
keyword_matcher.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
keyword_matcher.hpp

Review fixes.

9 лет назад
latlon_match.cpp

Review fixes.

9 лет назад
latlon_match.hpp

[search] Comma is now an acceptable decimal delimiter in the lat-lon search.

9 лет назад
lazy_centers_table.cpp

[indexer][editor] Refactor Index into DataSource

8 лет назад
lazy_centers_table.hpp

[search] Fixed a crash occurring when searching for a deleted or obsolete feature.

10 лет назад
localities_source.cpp

[search] Add place-city-* and place-town-* to LocalitiesSource, i.e. place-city-capital, place-city-capital-[2..10].

8 лет назад
localities_source.hpp

[search] Add place-city-* and place-town-* to LocalitiesSource, i.e. place-city-capital, place-city-capital-[2..10].

8 лет назад
locality_finder.cpp

[generator] Set mwm bounds rect to rect around region borders, not features which cross region border.

8 лет назад
locality_finder.hpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
locality_scorer.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
locality_scorer.hpp

[search] BookmarksProcessor.

9 лет назад
mode.cpp

[search] BookmarksProcessor is integrated in Processor.

9 лет назад
mode.hpp

[search] BookmarksProcessor is integrated in Processor.

9 лет назад
model.cpp

[base] Unified stl_add and stl_helpers.

8 лет назад
model.hpp

[indexer] Convert LoaderBase methods to const, do not store FeatureType * in shared feature loader. Remove mutable from FeatureType. Remove methods which use uninitialized FeatureType * LoaderBase::m_pFt from FeatureBase. Remove FeatureBase because noone else uses it.

8 лет назад
mwm_context.cpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
mwm_context.hpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
nested_rects_cache.cpp

[base] Renamed CHECK_SWITCH to UNREACHABLE.

8 лет назад
nested_rects_cache.hpp

[indexer] DataSource refactoring

8 лет назад
point_rect_matcher.hpp

[search] Adapted the sweep line algorithm to match POIs with streets.

9 лет назад
pre_ranker.cpp

[search] Pass viewport as is for list search to be consistent with viewport search. Use boost::optional for m_position.

8 лет назад
pre_ranker.hpp

[search] Pass viewport as is for list search to be consistent with viewport search. Use boost::optional for m_position.

8 лет назад
pre_ranking_info.cpp

[indexer][search] load popularity ranks table into pre-ranker

8 лет назад
pre_ranking_info.hpp

[indexer][search] load popularity ranks table into pre-ranker

8 лет назад
processor.cpp

[search] Use HasName feature instead of ErrorsMade and NameScores for categorial requests.

8 лет назад
processor.hpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
projection_on_street.cpp

[geometry] Refactoring of code that works with parametrized segments.

8 лет назад
projection_on_street.hpp

[geometry] Refactoring of code that works with parametrized segments.

8 лет назад
query_params.cpp

Review fixes.

9 лет назад
query_params.hpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
query_saver.cpp

warning fixes

9 лет назад
query_saver.hpp

[search] Fixed messy things in search.

10 лет назад
rank_table_cache.cpp

RANKS_FILE_TAG is renamed to SEARCH_RANKS_FILE_TAG

8 лет назад
rank_table_cache.hpp

[indexer] DataSource refactoring

8 лет назад
ranker.cpp

[search] Added search results count check before emitment

8 лет назад
ranker.hpp

[search] Do not limit ranker batch size for categorial requests.

8 лет назад
ranking_info.cpp

[search] Use HasName feature instead of ErrorsMade and NameScores for categorial requests.

8 лет назад
ranking_info.hpp

[search] Use HasName feature instead of ErrorsMade and NameScores for categorial requests.

8 лет назад
ranking_utils.cpp

[search] Fixed a bug in the code for stop words.

9 лет назад
ranking_utils.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
region_info_getter.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
region_info_getter.hpp

[search] Translated names in results.

9 лет назад
result.cpp

[strings_types][ios] review fixes

8 лет назад
result.hpp

[search][ios][android] Display brand name in search results

8 лет назад
retrieval.cpp

[base] Renamed CHECK_SWITCH to UNREACHABLE.

8 лет назад
retrieval.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
reverse_geocoder.cpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
reverse_geocoder.hpp

[search][generator] Store corresponding street feature id as street identifier in HouseToStreetTable.

8 лет назад
search_index_values.hpp

clang-format

8 лет назад
search_params.cpp

[coding] Renamed the StringUtf8Multilang files.

8 лет назад
search_params.hpp

[search] Separate PreRanker::Params::m_minDistanceOnMapBetweenResults and Ranker::Params::m_minDistanceBetweenResultsM

8 лет назад
search_trie.hpp

[coding] Moved functions that encode points to one common file.

8 лет назад
segment_tree.cpp

Review fixes.

9 лет назад
segment_tree.hpp

Review fixes.

9 лет назад
stats_cache.hpp

[search] Got rid of the v2 directory and namespace.

10 лет назад
street_vicinity_loader.cpp

[base] Replaced the namespace my with base.

8 лет назад
street_vicinity_loader.hpp

[search] Got rid of the v2 directory and namespace.

10 лет назад
streets_matcher.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
streets_matcher.hpp

[search] Pair (start-token, end-token) is replaced by TokenRange.

10 лет назад
suggest.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
suggest.hpp

[search] A refactoring of ranker.

9 лет назад
token_range.hpp

[base] Replaced the namespace my with base.

8 лет назад
token_slice.cpp

[search] Implicit TokenRange.

10 лет назад
token_slice.hpp

[indexer] Style & includes

8 лет назад
tracer.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
tracer.hpp

[search] Added "category" bit to trace parses.

9 лет назад
types_skipper.cpp

[search] Do not index objects with barrier type only

8 лет назад
types_skipper.hpp

[search] Do not index objects with barrier type only

8 лет назад
utils.cpp

[search] Changed namespace from search::base to search_base.

8 лет назад
utils.hpp

[search] Changed namespace from search::base to search_base.

8 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©