[interchange-cvs] interchange - racke modified lib/Vend/Swish.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Apr 7 09:53:23 EDT 2006


User:      racke
Date:      2006-04-07 13:53:23 GMT
Modified:  lib/Vend Swish.pm
Log:
complete mapping of Swish-e auto properties

Revision  Changes    Path
1.7       +6 -3      interchange/lib/Vend/Swish.pm


rev 1.7, prev_rev 1.6
Index: Swish.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Swish.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Swish.pm	8 Nov 2005 18:14:45 -0000	1.6
+++ Swish.pm	7 Apr 2006 13:53:23 -0000	1.7
@@ -1,10 +1,10 @@
 # Vend::Swish - Search indexes with Swish-e
 #
-# $Id: Swish.pm,v 1.6 2005/11/08 18:14:45 jon Exp $
+# $Id: Swish.pm,v 1.7 2006/04/07 13:53:23 racke Exp $
 #
 # Adapted from Vend::Glimpse
 #
-# Copyright (C) 2002-2005 Interchange Development Group
+# Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mikeh at perusion.net>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
 require Vend::Search;
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 1.6 $, 10);
+$VERSION = substr(q$Revision: 1.7 $, 10);
 use strict;
 
 sub array {
@@ -114,8 +114,11 @@
 	my(@specs);
 	my(@pats);
 
+	# map Swish-e auto properties to field names
 	my %fmap = qw/
 					code	swishreccount
+					description swishdescription
+					dbfile    swishdbfile
 					score	swishrank
 					url		swishdocpath
 					title	swishtitle








More information about the interchange-cvs mailing list