HTML::Index::Store::BerkeleyDB - subclass of


HTML-Index documentation  | view source Contained in the HTML-Index distribution.

Index


NAME

Top

HTML::Index::Store::BerkeleyDB - subclass of HTML::Index::Store using BerkeleyDB.

SYNOPSIS

Top

    my $store = HTML::Index::Store::BerkeleyDB->new( 
        COMPRESS => 1,
        DB => $path_to_dbfile_directory,
        STOP_WORD_FILE => $swf,
    );
    $store->init();

DESCRIPTION

Top

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

SEE ALSO

Top

HTML::Index
HTML::Index::Store

AUTHOR

Top

Ave Wrigley <Ave.Wrigley@itn.co.uk>

COPYRIGHT

Top


HTML-Index documentation  | view source Contained in the HTML-Index distribution.