![]() |
![]()
| ![]() |
![]()
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. NAMEKinoSearch1::Search::SearchClient - connect to a remote SearchServer SYNOPSISmy $client = KinoSearch1::Search::SearchClient->new( peer_address => 'searchserver1:7890', password => $pass, analyzer => $analyzer, ); my $hits = $client->search( query => $query ); DESCRIPTIONSearchClient is a subclass of KinoSearch1::Searcher which can be used to search an index on a remote machine made accessible via SearchServer. METHODSnewConstructor. Takes hash-style params.
LIMITATIONSLimiting search results with a QueryFilter is not yet supported. COPYRIGHTCopyright 2006-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc.See KinoSearch1 version 1.01.
|