Scroll to navigation

Lucy::Store::FSFolder(3pm) User Contributed Perl Documentation Lucy::Store::FSFolder(3pm)
 

NAME

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

SYNOPSIS

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

DESCRIPTION

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

CONSTRUCTORS

new( [labeled params] )

    my $folder = Lucy::Store::FSFolder->new(
        path   => '/path/to/folder',
    );
path - Location of the index. If the specified directory does not exist already, it will NOT be created, in order to prevent misconfigured read applications from spawning bogus files -- so it may be necessary to create the directory yourself.

INHERITANCE

Lucy::Store::FSFolder isa Lucy::Store::Folder isa Lucy::Object::Obj.
2015-03-06 perl v5.20.2