FileArchiveIndexer::IndexingRun is a Perl abstraction of an indexing run.
SYNOPSIS
use FileArchiveIndexer::IndexingRun;
my $i = new FileArchiveIndexer::IndexingRun({
DBNAME => $dbname,
DBPASSWORD => $dbpassword,
DBHOST => $dbhost,
SCP_USER => $scpuser,
SCP_HOST => $scphost,
use_ocr => 1,
});
$i->run();
exit;
this module is an abstraction to an indexer run this module uses FileArchiveIndexer as base, all its methods are present.
new()
my $i = new FileArchiveIndexer::IndexingRun({
DBNAME => $dbname,
DBPASSWORD => $dbpassword,
DBHOST => $dbhost,
SCP_USER => $scpuser,
SCP_HOST => $scphost,
use_ocr => 1,
run_max => 100,
abs_log => '/var/log/faindex.log',
running_as_remote_indexer => 0,
});
Product's homepage
Requirements:
· Perl