sru::request::searchretrieve(3pm) debian man page | unix.com

Man Page: sru::request::searchretrieve

Operating Environment: debian

Section: 3pm

SRU::Request::SearchRetrieve(3pm)			User Contributed Perl Documentation			 SRU::Request::SearchRetrieve(3pm)

NAME
SRU::Request::SearchRetrieve - A class for representing SRU searchRetrieve requests
SYNOPSIS
## creating a new request my $request = SRU::Request::SearchRetrieve->new( version => '1.1', query => 'kirk and spock' );
DESCRIPTION
METHODS
new() The constructor which you can pass the following parameters: version, query, startRecord, maximumRecords, recordPacking, recordSchema, recordXPath, resultSetTTL, sortKeys, stylesheet, extraRequestData. The version and query parameters are mandatory. version() query() startRecord() maximumRecords() recordPacking() recordSchema() recordXPath() resultSetTTL() sortKeys() stylesheet() extraRequestData() validParams() cql() Fetch the root node of the CQL parse tree for the query. perl v5.12.4 2009-11-20 SRU::Request::SearchRetrieve(3pm)
Related Man Pages
sru(3pm) - debian
apr::request::apache2(3pm) - debian
apr::request::cgi(3pm) - debian
catalyst::controller::sru(3pm) - debian
sru::response::record(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph