
SWISH::Prog::Aggregator::FS - crawl a filesystem

use SWISH::Prog::Aggregator::FS;
my $fs = SWISH::Prog::Aggregator::FS->new(
indexer => SWISH::Prog::Indexer->new
);
$fs->indexer->start;
$fs->crawl( $path );
$fs->indexer->finish;

SWISH::Prog::Aggregator::FS is a filesystem aggregator implementation of the SWISH::Prog::Aggregator API. It is similar to the DirTree.pl script in the Swish-e 2.4 distribution.

See SWISH::Prog::Aggregator.
Implements the base init() method called by new().
Check full_path before fetch()ing it.
Returns 0 if full_path should be skipped.
Returns file extension of full_path if full_path should be processed.
Called by find() for all directories. You can control the recursion into directory via the config() params
TODO
Returns a doc_class() instance representing file_path.
Crawl the filesystem recursively within paths_or_files, processing each document specified by the config().

Peter Karman, <perl@peknet.com>

Please report any bugs or feature requests to bug-swish-prog at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SWISH-Prog. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc SWISH::Prog
You can also look for information at:

Copyright 2008-2009 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
