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

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

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

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

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.

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