NAME
NexTrieve::Replay - replay Querylog objects against Search objects
SYNOPSIS
use NexTrieve;
$ntv = NexTrieve->new( | {method => value} );
$replay = $ntv->Replay( {method => value} );
$replay = $ntv->Replay( {Search => $search, Querylog => $querylog} );
while (!$replay->eof) {
$hitlist = $replay->Hitlist;
}
DESCRIPTION
The Replay object of the Perl support for NexTrieve. Do not create directly, but through the Replay method of the NexTrieve object.
METHODS
These methods are available to the NexTrieve::Replay object.
Hitlist
$hitlist = $replay->Hitlist;
Querylog
$replay->Querylog( $ntv->Querylog( filename ) );
$querylog = $replay->Querylog;
Search
$replay->Search( $ntv->Search( $resource | server:port | port ) );
$search = $replay->Search;
command
$command = $replay->command;
eof
$isnowatend = $replay->eof;
AUTHOR
Elizabeth Mattijsen, <liz@nextrieve.com>.
Please report bugs to <perlbugs@nextrieve.com>.
COPYRIGHT
Copyright (c) 1995-2002 Elizabeth Mattijsen <liz@nextrieve.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://www.nextrieve.com, the NexTrieve.pm and the other NexTrieve::xxx modules.