Halt the operation of the free text index. This will halt the underlying hzIsam.

Return TypeFunction nameArguments
hzEcodehdbIndexText::Halt(void)

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

Function Logic:

Function body:

hzEcode hdbIndexText::Halt (void)
{
   //  Halt the operation of the free text index. This will halt the underlying hzIsam.
   //  m_Isam.Halt() ;
   return E_OK ;
}