Koha::Z3950Responder::ZebraSession
Zebra-specific session class that uses Koha::Session
as the base class.
my ($resultset, $hits) = $self->_start_search( $args, $self->{server}->{num_to_prefetch} );
Connect to Zebra and do the search
my $record = $self->_fetch_record( $resultset, $args, $offset, $server->{num_to_prefetch} );
Fetch a record from Zebra. Caches records in session to avoid too many fetches.
Callback that is called when a session is terminated
$self->_set_error_from_zoom( $args, $@ );
Log and set error code and diagnostic message from a ZOOM exception