 |
Softcart FAQ |
When I index my site common words like "a" and "the" are indexed. How do I remove common words?
To remove common words, add the following line to the swish.cfg file:
IgnoreLimit 50 100 #
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 percent of the files and appear in over 256 files. Comment out to turn off auto-stopwording.
|