KinoSearch::Store::FSFolder - File System implementation of Folder.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Store::FSFolder - File System implementation of Folder.

SYNOPSIS

Top

    my $folder = KinoSearch::Store::FSFolder->new(
        path   => '/path/to/folder',
    );







DESCRIPTION

Top

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

CONSTRUCTORS

Top

new( [labeled params] )

    my $folder = KinoSearch::Store::FSFolder->new(
        path   => '/path/to/folder',
    );

INHERITANCE

Top

KinoSearch::Store::FSFolder isa KinoSearch::Store::Folder isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.