Show
Ignore:
Timestamp:
08/13/02 18:45:11 (6 years ago)
Author:
whmoseley
Message:

A collection of updates. See CHANGES below.

Mostly fixed a bug in the parsing of meta tags when IgnoreTags? is used.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/conf/example4.config

    r861 r933  
    6363 
    6464 
    65 # Put yes to ignore the total number of words in the file 
    66 # when calculating ranking. Often better with merges and 
    67 # small files. Default is no. 
    68  
    69 IgnoreTotalWordCountWhenRanking yes 
    70  
    71  
    7265# Set the stopwords (words to ignore when searching and when indexing) 
    7366# Carefully think about this feature before using a list of stopwords 
     
    8376# swish will determine what stopwords to use.  But please 
    8477# 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. 
    9279 
    9380