DOKK / manpages / debian 12 / libsru-perl / SRU::Request::SearchRetrieve.3pm.en
SRU::Request::SearchRetrieve(3pm) User Contributed Perl Documentation SRU::Request::SearchRetrieve(3pm)

SRU::Request::SearchRetrieve - A class for representing SRU searchRetrieve requests

    ## creating a new request
    my $request = SRU::Request::SearchRetrieve->new(
        version => '1.1',
        query   => 'kirk and spock' );

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.

This software is copyright (c) 2013 by Ed Summers.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-06-17 perl v5.34.0