[search] Increase queue capacity and street's merging delta.

This commit is contained in:
vng 2014-01-11 14:57:36 +03:00 committed by Alex Zolotarev
parent d3e6aa0b15
commit 8d60d58c71
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ void GetStreetName(strings::SimpleTokenizer iter, string & streetName)
}
}
double const STREET_CONNECTION_LENGTH_M = 25.0;
double const STREET_CONNECTION_LENGTH_M = 100.0;
void House::InitHouseNumberAndSuffix()
{

View file

@ -85,7 +85,7 @@ Engine::Engine(IndexType const * pIndex, Reader * pCategoriesR,
&m_pData->m_categories,
&m_pData->m_stringsToSuggest,
&m_pData->m_infoGetter,
50)); // Temporary for houses test
100)); /// @todo temporary solution for house search, we should increase size, because for one street we can have a lot of features.
m_pQuery->SetPreferredLanguage(lang);
}