/[webpac]/trunk/swish_isis.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_isis.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Sat Jan 11 19:55:30 2003 UTC (21 years, 2 months ago) by dpavlin
File size: 1201 byte(s)
renamed "old" index to swish, and introduced index which is -- index;
implemented using PostgreSQL for now.

1 dpavlin 3 # swish-e config file
2    
3     #
4     # what to index?
5     #
6    
7     # -S prog
8     IndexDir ./isis2xml.pl
9 dpavlin 7 #
10     # debug, pass parametears
11 dpavlin 3 #SwishProgParameters -l 2002
12     # don't output html2xml progress.
13     #SwishProgParameters -q
14    
15    
16     # input file definition
17     DefaultContents XML2
18    
19 dpavlin 7 # indexed metatags
20     MetaNames xml
21 dpavlin 3
22 dpavlin 7 # stored metatags
23     #PropertyNames display
24 dpavlin 3
25 dpavlin 7 #MetaNameAlias swishtitle title
26     PropertyNameAlias swishtitle headline_display
27     #PropertyNameAlias swishdefault title_display
28 dpavlin 9 MetaNameAlias xml xml_swish
29 dpavlin 7
30     #MetaNamesRank -4 publisher
31     #MetaNamesRank 0 title.index
32     #MetaNamesRank 1 author.index
33    
34 dpavlin 3 #UndefinedMetaTags error
35     #UndefinedXMLAttributes error
36    
37 dpavlin 7 #XMLClassAttributes type
38     UndefinedMetaTags auto
39     UndefinedXMLAttributes auto
40    
41 dpavlin 3 #
42     # index description
43     #
44    
45 dpavlin 7 IndexFile ./index/isis.index
46 dpavlin 3
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 dpavlin 7 ParserWarnLevel 3
75 dpavlin 3 #IndexReport 2

Properties

Name Value
cvs2svn:cvs-rev 1.3

  ViewVC Help
Powered by ViewVC 1.1.26