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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-06-29 14:20:03 +0300
committerIlya Zverev <ilya@zverev.info>2018-07-03 16:22:29 +0300
commit141363f6f1190056c770f583ef95a3f008a030eb (patch)
tree3f1aade4e828b941cbedcbd2aaae0c6e8c4f3b78 /defines.hpp
parent8acc647b03a707dcac598288ad6dae2d9d344f77 (diff)
[indexer][search] load popularity ranks table into pre-ranker
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index 207e6c8ec8..26c11a403e 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -40,7 +40,7 @@
#define CROSS_MWM_FILE_TAG "cross_mwm"
#define FEATURE_OFFSETS_FILE_TAG "offs"
#define RANKS_FILE_TAG "ranks"
-#define POPULAR_PLACES_FILE_TAG "popular_places"
+#define POPULARITY_RANKS_FILE_TAG "popularity_ranks"
#define REGION_INFO_FILE_TAG "rgninfo"
#define METALINES_FILE_TAG "metalines"
// Temporary addresses section that is used in search index generation.