Changeset 933 for trunk/swish-e/conf/example4.config
- Timestamp:
- 08/13/02 18:45:11 (6 years ago)
- Files:
-
- trunk/swish-e/conf/example4.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/conf/example4.config
r861 r933 63 63 64 64 65 # Put yes to ignore the total number of words in the file66 # when calculating ranking. Often better with merges and67 # small files. Default is no.68 69 IgnoreTotalWordCountWhenRanking yes70 71 72 65 # Set the stopwords (words to ignore when searching and when indexing) 73 66 # Carefully think about this feature before using a list of stopwords … … 83 76 # swish will determine what stopwords to use. But please 84 77 # read the documentation before using the IgnoreLimit directive. 85 86 87 # Since comments are not shown when viewing a document, we decide 88 # not to index the text of the comments. The default is to index 89 # html comments. 90 91 IndexComments 0 78 # It can be slow, and may not work with other options. 92 79 93 80
