debian man page for sru::response::scan

Query: sru::response::scan

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SRU::Response::Scan(3pm)				User Contributed Perl Documentation				  SRU::Response::Scan(3pm)

NAME
SRU::Response::Scan - A class for representing SRU scan responses
SYNOPSIS
SRU::Response::Scan is a class for representing SRU scan response A scan request allows SRU clients to browse the indexes of an SRU server, much like you would scan the back of a book index to look up particular terms in the body of the book. The scan response bundles up the terms that were looked up.
DESCRIPTION
METHODS
new() The constructor which you must pass a valid SRU::Request::Scan object. version() addTerm() Allows you to add terms to the response object. Terms that are passed in must be valid SRU::Response::Term objects. $response->addTerm( SRU::Response::Term->new( value => 'Foo Fighter' ) ); terms() Get/set the terms associated with the response. Be carefult you must pass in an array ref of SRU::Response::Term objects, or expect an array ref back when getting the values. If you don't bad things will happen. diagnostics() extraResponseData() echoedScanRequest() asXML() perl v5.12.4 2009-11-20 SRU::Response::Scan(3pm)
Related Man Pages
sru(3pm) - debian
http::message::psgi(3pm) - debian
sru::response::term(3pm) - debian
www::cnic::response::renewals(3pm) - debian
webservice::musicbrainz::response(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?