<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/common.c">
<Name>LQT_InsertCommonWord</Name>
<Class>Language/Stop List
<Purpose>
The given word will be ignored by LQT_ReadWord.
Note that if you ignore different words on retrieval than on indexing,
lq-text will not be able to locate the exact text of matches, and
phrase matching may have unexpected results.
You should therefore not modify the stoplist once you have
created an index.
<Bugs>
The common list is shared by all lq-text databases.
There is no way to remove a word from the stoplist.
<SeeAlso>
LQT_ReadStopList, LQT_WordIsInStopList
</Function>
<Decl>
ARGSUSED2*/
API void
LQT_InsertCommonWord(db, Root)
    t_LQTEXT_Database *db;
    char *Root;
</Decl>
</Entry>
