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:
authorvng <viktor.govako@gmail.com>2014-04-23 23:34:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:11 +0300
commit98d058924d40889f72ed6ce13c1d8cc0ceb87668 (patch)
tree0e599909ed36e48bb6aa30256ce126d59264a59d /indexer/categories_holder.hpp
parent9632652c23690f0c2bfe9b06f9c694fb64b1de46 (diff)
[search] Fixed stop words processing for category synonyms.
Diffstat (limited to 'indexer/categories_holder.hpp')
-rw-r--r--indexer/categories_holder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp
index e756aab61e..1b740b8cc4 100644
--- a/indexer/categories_holder.hpp
+++ b/indexer/categories_holder.hpp
@@ -96,6 +96,7 @@ public:
private:
void AddCategory(Category & cat, vector<uint32_t> & types);
+ static bool ValidKeyToken(StringT const & s);
};
inline void swap(CategoriesHolder & a, CategoriesHolder & b)