in reply to Re^3: Full Text Searching!
in thread Full Text Searching!

Hmm, ok, I guess:
$sh = SWISH->connect('Fork', prog => '/usr/local/bin/swish-e', indexes => 'index.swish-e', results => sub { print $_[1]->as_string,"\n" }, );
confused me then...(prog part)

Replies are listed 'Best First'.
Re^5: Full Text Searching!
by perrin (Chancellor) on Jul 11, 2006 at 04:45 UTC
    That looks like an old module. The one you want is called SWISH::API.