解决编译问题
This commit is contained in:
parent
c2b867bb17
commit
0f79c14466
|
@ -210,7 +210,7 @@ inline Xapian::Query FileContentSearchWorker::createQuery()
|
||||||
{
|
{
|
||||||
std::vector<Xapian::Query> v;
|
std::vector<Xapian::Query> v;
|
||||||
|
|
||||||
for (const auto &keyword : m_searchController->getKeyword()) {
|
for (auto &keyword : m_searchController->getKeyword()) {
|
||||||
std::vector<KeyWord> sKeyWord = ChineseSegmentation::getInstance()->callSegment(keyword);
|
std::vector<KeyWord> sKeyWord = ChineseSegmentation::getInstance()->callSegment(keyword);
|
||||||
|
|
||||||
for(const auto & c : sKeyWord) {
|
for(const auto & c : sKeyWord) {
|
||||||
|
|
Loading…
Reference in New Issue