Token filter that removes stop words. These words must be provided as array (set), example: $stopwords = array('the' => 1, 'an' => '1');
We do recommend to provide all words in lowercase and concatenate this class after the lowercase filter.
Located in /Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php (line 41)
Zend_Search_Lucene_Analysis_TokenFilter | --Zend_Search_Lucene_Analysis_TokenFilter_StopWords
Constructs new instance of this filter.
Fills stopwords set from a text file. Each line contains one stopword, lines with '#' in the first column are ignored (as comments).
You can call this method one or more times. New stopwords are always added to current set.
Normalize Token or remove it (if null is returned)
Inherited From Zend_Search_Lucene_Analysis_TokenFilter
Zend_Search_Lucene_Analysis_TokenFilter::normalize()
Documentation generated on Wed, 21 Feb 2007 12:00:26 -0800 by phpDocumentor 1.3.1