Author: marcio
Email:
Message:
Swish has a smart way to deal with stopwords. Instead of having to list them
explicitely, you can give a percentage. Words that appear more than a given percentage
(relative to the number of documents seen) are not indexed.
IgnoreLimit 80 256
# This automatically omits words that appear too often in the files
# (these words are called stopwords). Specify a whole percentage
# and a number, such as "80 256". This omits words that occur in
# over 80% of the files and appear in over 256 files. Comment out
# to turn of auto-stopwording.
Does mnoGoSearch have this ? Any plans to have it ?
Reply: <http://www.mnogosearch.org/board/message.php?id=2365>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]