logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

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' );

See Also