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
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-01-29 18:59:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:16:35 +0300
commitbfa4d51762868e36845be8dcb2b791f20014081e (patch)
tree0ed3640bad8402c94c384d8af8da19e75ca5f189 /search/search.pro
parent135e369313732434bec9062bb00696ee1149155e (diff)
[search] Fixed locality scoring.
Score is decreased for localities matched by a number.
Diffstat (limited to 'search/search.pro')
-rw-r--r--search/search.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/search.pro b/search/search.pro
index 5ddfd576f7..3b01f26030 100644
--- a/search/search.pro
+++ b/search/search.pro
@@ -53,6 +53,7 @@ HEADERS += \
v2/house_numbers_matcher.hpp \
v2/house_to_street_table.hpp \
v2/intersection_result.hpp \
+ v2/locality_scorer.hpp \
v2/mwm_context.hpp \
v2/rank_table_cache.hpp \
v2/search_model.hpp \
@@ -94,6 +95,7 @@ SOURCES += \
v2/house_numbers_matcher.cpp \
v2/house_to_street_table.cpp \
v2/intersection_result.cpp \
+ v2/locality_scorer.cpp \
v2/mwm_context.cpp \
v2/rank_table_cache.cpp \
v2/search_model.cpp \