GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KinoSearch1::Search::SearchClient(3) User Contributed Perl Documentation KinoSearch1::Search::SearchClient(3)

Make a remote procedure call. For every call that does not close/terminate the socket connection, expect a response back that's been serialized using Storable.

KinoSearch1::Search::SearchClient - connect to a remote SearchServer

    my $client = KinoSearch1::Search::SearchClient->new(
        peer_address => 'searchserver1:7890',
        password     => $pass,
        analyzer     => $analyzer,
    );
    my $hits = $client->search( query => $query );

SearchClient is a subclass of KinoSearch1::Searcher which can be used to search an index on a remote machine made accessible via SearchServer.

Constructor. Takes hash-style params.
  • peer_address - The name/IP and the port number which the client should attempt to connect to.
  • password - Password to be supplied to the SearchServer when initializing socket connection.
  • analyzer - An object belonging to a subclass of KinoSearch1::Analysis::Analyzer

Limiting search results with a QueryFilter is not yet supported.

Copyright 2006-2010 Marvin Humphrey

See KinoSearch1 version 1.01.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.