The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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();

DESCRIPTION

This module is a subclass of the HTML::Index::Store module, that uses Berkeley DB files to store the inverted index.

SEE ALSO

HTML::Index
HTML::Index::Store

AUTHOR

Ave Wrigley <ave.wrigley@gmail.com>

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.