don't die if ISIS database is not found, just go to next one
[webpac] / swish_isis.conf
index 11c3cb5..68d96cc 100644 (file)
@@ -5,7 +5,10 @@
 #
 
 # -S prog
-IndexDir ./isis2xml.pl
+#IndexDir ./all2xml.pl
+
+IndexDir /bin/cat
+#SwishProgParameters foo.xml
 #
 # debug, pass parametears
 #SwishProgParameters -l 2002
@@ -17,14 +20,15 @@ IndexDir ./isis2xml.pl
 DefaultContents XML2
 
 # indexed metatags
-MetaNames xml
+MetaNames xml swishdocpath
 
 # stored metatags
-#PropertyNames display
+PropertyNames html
 
 #MetaNameAlias swishtitle title
-PropertyNameAlias swishtitle headline_display
+PropertyNameAlias swishtitle headline
 #PropertyNameAlias swishdefault title_display
+MetaNameAlias xml xml_swish
 
 #MetaNamesRank -4 publisher
 #MetaNamesRank 0 title.index
@@ -41,10 +45,10 @@ UndefinedXMLAttributes auto
 # index description
 #
 
-IndexFile ./index/isis.index
+IndexFile ./index/webpac.index
 
-IndexName "isis"
-IndexDescription "data imported from isis"
+IndexName "webpac"
+IndexDescription "data imported to webpac"
 IndexPointer "http://webpac.sf.net/"
 IndexAdmin "dpavlin@rot13.org"
 
@@ -52,7 +56,8 @@ IndexAdmin "dpavlin@rot13.org"
 # Enable alternate search syntax.
 # This means a search query can contain ``+'' and ``-'' as syntax parameter.
 
-EnableAltSearchSyntax yes
+# this directive is removed in swish 2.4
+#EnableAltSearchSyntax yes
 
 
 #
@@ -70,5 +75,5 @@ EnableAltSearchSyntax yes
 # debug
 #
 
-ParserWarnLevel 3
-#IndexReport 2
+ParserWarnLevel 0
+IndexReport 0