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

There is no external application. It's just a C library that you call via a Perl module, just as you would with SQLite or BerkeleyDB.

Replies are listed 'Best First'.
Re^4: Full Text Searching!
by Ace128 (Hermit) on Jul 11, 2006 at 04:18 UTC
    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)
      That looks like an old module. The one you want is called SWISH::API.