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

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

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

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

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