Search::Glimpse - Perl extension to communicate with Glimpse server


Search-Glimpse documentation  | view source Contained in the Search-Glimpse distribution.

Index


NAME

Top

Search::Glimpse - Perl extension to communicate with Glimpse server

SYNOPSIS

Top

  use Search::Glimpse;

  my $glimpse = Search::Glimpse->new;

  my @results = $glimpse->search("search this string");

ABSTRACT

Top

  This module is an extension to use glimpse server from Perl.

DESCRIPTION

Top

Quick hack to connect to glimpse server.

new

Creates a new glimpse object.

Search on a glimpse object

hits

Returns the number of hits...

files

Returns the number of files...

SEE ALSO

Top

Glimpse can be downloaded from http://www.webglimpse.net

AUTHOR

Top

This module author is Chris Dent. At the moment, is being maintained by Alberto Simoes ambs@cpan.org

COPYRIGHT AND LICENSE

Top


Search-Glimpse documentation  | view source Contained in the Search-Glimpse distribution.