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::Scan - A class for representing SRU scan requests

Description

       SRU::Request::Scan is a class for representing SRU 'scan' requests.

Methods

new()
       The constructor, which you can pass the parameters: version, scanClause responsePosition, maximumTerms,
       stylesheet, extraRequestData.

           my $request = SRU::Request::Explain->new(
               version     => '1.1',
               scanClause  => 'horses',
           );

   version()scanClause()responsePosition()maximumTerms()stylesheet()extraRequestData()validParams()cql()
       Fetch the root node of the CQL parse tree for the scan clause.

Name

       SRU::Request::Scan - A class for representing SRU scan requests

Synopsis

           ## creating a new request
           my $request = SRU::Request::Scan->new();

See Also