On Fri, Apr 09, 2004 at 11:40:43AM -0700, David Fishburn wrote: > # Run the search. See SWISH::API for more options (like sorting) > > my $results = $swish->Query( $query ); > > ******** > > Is there any way to figure out an equivalent command it is running > (something like): > swish-e -i swishe.index -w word It's not running the swish-e binary at all -- it's using the swish-e C API interface. Is that what you were asking? -- Bill Moseley moseley@hank.orgReceived on Fri Apr 9 12:07:43 2004