Halt the operation of the free text index. This will halt the underlying hzIsam.
| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbIndexText::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 ;
}