API void *
LQT_GetOption
(Options, Name)
t_lqdbOptions *Options;
char *Name;
Purpose
This function returns the value of a configuration option. The options at present include:
- directory, which is the name of the directory containing the lq-text database;
- stop list, which is the name of a file containing words that are not indexed;
- file search path, which is a colon-separated list of directories that are searched for documents during indexing and retrieval, and
- phrase match level, which determined how precisely phrases are matched.
Returns
A pointer to the actual value; do not free this value.
See Also: