[geocoder] Delete unnecessary index of building

This commit is contained in:
Anatoly Serdtcev 2019-01-31 18:29:22 +03:00 committed by mpimenov
parent c1582291ea
commit c1dd89d3a3

View file

@ -51,6 +51,9 @@ void Index::AddEntries()
if (doc.m_type == Type::Count)
continue;
if (doc.m_type == Type::Building)
continue;
if (doc.m_type == Type::Street)
{
AddStreet(docId, doc);