lq-text: LQT_DeleteWordFromIndex

API int LQT_DeleteWordFromIndex (db, Word) t_LQTEXT_Database *db; char *Word;

Purpose

Deletes the given word and associated data from the database. The WID index entry for the LQT_WIDTo­Word function entry is retained, as is the widindex file record, with a match count of zero. If the word should appear in some subsequently indexed file, this space is reclaimed.

Returns

Notes

See LQC_UnIndexFile in the lqunindex client for an example of using this function.