Query: sru::request::searchretrieve
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SRU::Request::SearchRetrieve(3pm) User Contributed Perl Documentation SRU::Request::SearchRetrieve(3pm)NAMESRU::Request::SearchRetrieve - A class for representing SRU searchRetrieve requestsSYNOPSIS## creating a new request my $request = SRU::Request::SearchRetrieve->new( version => '1.1', query => 'kirk and spock' );DESCRIPTIONMETHODSnew() 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)