/[mws]/trunk/swish.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/swish.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations)
Thu May 6 16:53:40 2004 UTC (20 years ago) by dpavlin
File size: 574 byte(s)
partial implementation for dates, more verbose debugging, index should now
return all fields writen in it (this will break Plucene code, so it's
non-function from now on)

1 dpavlin 12 # swish-e config file
2    
3     IndexDir /data/mws/mbox2swish.pl
4     SwishProgParameters /data/mws/global.conf
5    
6     # input file definition
7     DefaultContents XML2
8    
9     # indexed metatags
10     MetaNames xml swishdocpath
11    
12     # stored metatags
13     PropertyNames from_phrase from_address
14     PropertyNames to_phrase to_address
15     PropertyNames cc_phrase cc_address
16     PropertyNames subject body
17 dpavlin 13 #PropertyNamesDate date
18     PropertyNamesNumeric date_utime
19     PropertyNames date
20 dpavlin 12
21     #XMLClassAttributes type
22     UndefinedMetaTags auto
23     UndefinedXMLAttributes auto
24    
25     IndexFile /data/mws/index/swish-e
26    
27     # debug
28     ParserWarnLevel 3
29     IndexReport 2

  ViewVC Help
Powered by ViewVC 1.1.26