home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / fts.con < prev    next >
Encoding:
Text File  |  1996-08-25  |  739 b   |  20 lines

  1. # This file is space sensitive, don't use tabs, don't use extra spaces
  2. # and don't leave trailing blanks either.  
  3. # The format is           
  4. #        'keyword' 'space' 'value' 'endofline'
  5.  
  6. # Headers to add to index
  7. headers Subject:,Keywords:,From:,Summary:,Newsgroups:
  8.  
  9. # Number of words to read from each article, if you want to
  10. # index a full feed then you probably want a value like 100
  11. # But if you are just doing 5 or 10 news groups then you could set
  12. # this value at 10,000 and index the entire articles.
  13. item_words 100
  14.  
  15. # This is the number of times a single word can occure before
  16. # it is considered to be so common that it has no value as a 
  17. # searching tool.  This number is a percent of items.
  18. word_max 10%
  19.  
  20.