Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    KinoSearch::Search::SearchServer 0.162

    Download button

    No screenshots available
    Downloads: 300  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.0/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Marvin Humphrey | More programs
    Perl Artistic License / FREE
    December 12th, 2007, 21:10 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    KinoSearch::Search::SearchServer description

    KinoSearch::Search::SearchServer is a Perl module to make a Searcher remotely accessible.

    KinoSearch::Search::SearchServer is a Perl module to make a Searcher remotely accessible.

    SYNOPSIS

    my $searcher = KinoSearch::Searcher->new(
    analyzer => $analyzer,
    invindex => '/path/to/invindex',
    );
    my $server = KinoSearch::Search::SearchServer->new(
    searchable => $searcher,
    port => 7890,
    password => $pass,
    );
    $server->serve;

    The SearchServer class, in conjunction with SearchClient, makes it possible to run a search on one machine and report results on another.

    By aggregating several SearchClients under a MultiSearcher, the cost of searching what might have been a prohibitively large monolithic index can be distributed across multiple nodes, each with its own, smaller index.

    METHODS

    new

    Constructor. Takes hash-style parameters.

    searchable - The Searcher that the SearchServer will wrap.

    port - the port on localhost that the server should open and listen on.

    password - a password which must be supplied by clients.

    serve

    Open a listening socket on localhost and wait for SearchClients to connect.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    remote search | search server | Kino search | Kino | remote | search

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM