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
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-07-05 12:45:59 +0300
committerYuri Gorshenin <y@maps.me>2016-07-05 13:51:50 +0300
commit910c6b0ccfb99f6a5752f8d54f4254b096136041 (patch)
treec7f4bdacef9a204a49be3f6f855a70356ee61b15 /search
parent7df300bc547e7fbb845ff3cedf95d27b61a7ad73 (diff)
Review fixes.
Diffstat (limited to 'search')
-rw-r--r--search/geocoder_context.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/geocoder_context.hpp b/search/geocoder_context.hpp
index 3954416af6..63b7d4696f 100644
--- a/search/geocoder_context.hpp
+++ b/search/geocoder_context.hpp
@@ -25,6 +25,8 @@ struct BaseContext
// Counts number of groups of consecutive unused tokens.
size_t NumUnusedTokenGroups() const;
+ // List of bit-vectors of features, where i-th element of the list
+ // corresponds to the i-th token in the search query.
vector<CBV> m_features;
CBV m_villages;
CBV m_streets;