NAME
HTML::Index::Store::BerkeleyDB - subclass of HTML::Index::Store using BerkeleyDB.
SYNOPSIS
my $store = HTML::Index::Store::BerkeleyDB->new(
COMPRESS => 1,
DB => $path_to_dbfile_directory,
STOP_WORD_FILE => $swf,
);
$store->init(
TABLES => \%HTML::Index::TABLES,
REFRESH => 1,
);
DESCRIPTION
This module is a subclass of the HTML::Index::Store module, that uses Berkeley DB files to store the inverted index.
SEE ALSO
AUTHOR
Ave Wrigley <Ave.Wrigley@itn.co.uk>
COPYRIGHT
Copyright (c) 2001 Ave Wrigley. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.