KinoSearch::Store::FSInvIndex - file system InvIndex


NAME

KinoSearch::Store::FSInvIndex - file system InvIndex

Back to Top


SYNOPSIS

    my $invindex = KinoSearch::Store::FSInvIndex->new(
        path   => '/path/to/invindex',
        create => 1,
    );

Back to Top


DESCRIPTION

Implementation of KinoSearch::Store::InvIndex using a single file system directory and multiple files.

Back to Top


CONSTRUCTOR

new

new takes two parameters:

path - the location of the invindex.

create - if set to 1, create a fresh invindex, clobbering an existing one if necessary. Default value is 0, indicating that an existing invindex should be opened.

Back to Top


COPYRIGHT

Copyright 2005-2006 Marvin Humphrey

Back to Top


LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.15.

Back to Top

 KinoSearch::Store::FSInvIndex - file system InvIndex