Message1480
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.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:58 | admin | link | issue1046612 messages |
2009-02-03 14:20:58 | admin | create | |
|