The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

ixNumStopWords

NAME

ixNumStopWords -- returns the number of stop words in the stop word list.

SYNOPSIS

size_t ixNumStopWords(OnixStopWordListT StopWordList);

ARGUMENTS

StopWordList -- A stop word list which was created by ixCreateStopWordList.

RETURNS

 The number of words in the stop word list.

DESCRIPTION

ixNumStopWords returns the number of words in the stop word list specified by StopWordList.A stop word list is created by ixCreateStopWordList and words are added to it via ixAddStopWord and ixAddStopWordList.

SEE ALSO

ixCreateStopWordList, ixDeleteStopWordList, ixAddStopWord, ixAddStopWordList, ixIsStopWord