e4de4937c87418a5a2d474050b5463970b694557
[webpac] / swish_isis.conf
1 # swish-e config file
2
3 #
4 # what to index?
5 #
6
7 # -S prog
8 IndexDir ./isis2xml.pl
9 #
10 # debug, pass parametears
11 #SwishProgParameters -l 2002
12 # don't output html2xml progress.
13 #SwishProgParameters -q
14
15
16 # input file definition
17 DefaultContents XML2
18
19 # indexed metatags
20 MetaNames xml
21
22 # stored metatags
23 #PropertyNames display
24
25 #MetaNameAlias swishtitle title
26 PropertyNameAlias swishtitle headline_display
27 #PropertyNameAlias swishdefault title_display
28 MetaNameAlias xml xml_swish
29
30 #MetaNamesRank -4 publisher
31 #MetaNamesRank 0 title.index
32 #MetaNamesRank 1 author.index
33
34 #UndefinedMetaTags error
35 #UndefinedXMLAttributes error
36
37 #XMLClassAttributes type
38 UndefinedMetaTags auto
39 UndefinedXMLAttributes auto
40
41 #
42 # index description
43 #
44
45 IndexFile ./index/isis.index
46
47 IndexName "isis"
48 IndexDescription "data imported from isis"
49 IndexPointer "http://webpac.sf.net/"
50 IndexAdmin "dpavlin@rot13.org"
51
52
53 # Enable alternate search syntax.
54 # This means a search query can contain ``+'' and ``-'' as syntax parameter.
55
56 EnableAltSearchSyntax yes
57
58
59 #
60 # localization
61 #
62
63 # Translate and/or/not operators
64 #SwishSearchOperators i ili bez
65
66 # Default operator (and)
67 #SwishSearchDefaultRule i
68
69
70 #
71 # debug
72 #
73
74 ParserWarnLevel 3
75 #IndexReport 2