Roundup Tracker - Issues

Message1480

Author richard
Recipients
Date 2004-10-13.21:26:51
Message-id
In-reply-to
The full-text indexer doesn't have any stopwords. Don't 
know how I could have forgotten them. The following 
words should never be indexed (from ZCTextIndex, which 
takes its words from Lucene): 
 
_words = [ 
    "a", "and", "are", "as", "at", "be", "but", "by", 
    "for", "if", "in", "into", "is", "it", 
    "no", "not", "of", "on", "or", "such", 
    "that", "the", "their", "then", "there", "these", 
    "they", "this", "to", "was", "will", "with" 
] 
 
(not that 2-char words are ever indexed anyway). 
 
Also, for the roundup project, "roundup" should be in the 
stopwords list. 
 
History
Date User Action Args
2009-02-03 14:20:58adminlinkissue1046612 messages
2009-02-03 14:20:58admincreate