Clear all contents of the free text index by clearing the ISAM and the map of keys

Return TypeFunction nameArguments
hzEcodehdbIndexText::Clear(void)

Declared in file: hzDatabase.h
Defined in file : hdbIndex.cpp

Function Logic:

0:START 1:items 2:Return E_OK

Function body:

hzEcode hdbIndexText::Clear (void)
{
   //  Clear all contents of the free text index by clearing the ISAM and the map of keys
   //  m_Isam.Clear() ;
   m_Keys.Clear() ;
   return E_OK ;
}