I've caused myself some more problems with filtering PDF documents I
believe. I've installed the latest windows install exe on my test server and
modified windows fork in filter.pm. This was to get around a memory issue
that started, which we couldn't solve. Now I'm getting the following error
message when swish-e tries to index a pdf:
retrieving http://35.8.31.67/affidavit.pdf (1)...
Can't locate object method "convert" via package "SWISH::Filter" at
C:/Swish-E/s
wishspider line 149.
I also wrote over some of my configuration files on my laptop when I
installed the latest daily build and lost some information so I may be
missing a change to a configuration file that I should have. I looked at
swishspider and this is the statement causing the problem:
my $doc = $filter->convert(
document => $content_ref,
name => $response->base,
content_type => $content_type,
The current release version of swishspider on my server uses this statement:
my $filtered = $filter->filter(
document => $content_ref,
name => $response->base,
content_type => $content_type,
What am I missing?
Rick
Richard Klingensmith
MSU Human Resources Information Systems
1407 S. Harrison Road Ste. 40
East Lansing, MI 48823
(517) 432-4636 ext. 155
klingensmith@hr.msu.edu
*********************************************************************
Due to deletion of content types excluded from this list by policy,
this multipart message was reduced to a single part, and from there
to a plain text message.
*********************************************************************
Received on Thu Sep 18 22:25:29 2003