debian man page for kinosearch1::search::searchclient

Query: kinosearch1::search::searchclient

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KinoSearch1::Search::SearchClient(3pm)			User Contributed Perl Documentation		    KinoSearch1::Search::SearchClient(3pm)

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.

NAME
KinoSearch1::Search::SearchClient - connect to a remote SearchServer
SYNOPSIS
my $client = KinoSearch1::Search::SearchClient->new( peer_address => 'searchserver1:7890', password => $pass, analyzer => $analyzer, ); my $hits = $client->search( query => $query );
DESCRIPTION
SearchClient is a subclass of KinoSearch1::Searcher which can be used to search an index on a remote machine made accessible via SearchServer.
METHODS
new Constructor. Takes hash-style params. o peer_address - The name/IP and the port number which the client should attempt to connect to. o password - Password to be supplied to the SearchServer when initializing socket connection. o analyzer - An object belonging to a subclass of KinoSearch1::Analysis::Analyzer
LIMITATIONS
Limiting search results with a QueryFilter is not yet supported.
COPYRIGHT
Copyright 2006-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Search::SearchClient(3pm)
Related Man Pages
kinosearch1::analysis::polyanalyzer(3pm) - debian
kinosearch1::analysis::tokenizer(3pm) - debian
kinosearch1::highlight::simplehtmlformatter(3pm) - debian
kinosearch1::search::multisearcher(3pm) - debian
kinosearch1::search::searchserver(3pm) - debian
Similar Topics in the Unix Linux Community
need help on NMON in AIX
A Novel Traffic Analysis for Identifying Search Fields in the Long Tail of Web Sites
Binary Search Tree Search problem
Search function help
Rename Files in remote directory