Lucy::Store::FSFolder
File System implementation of Folder.
- Provided by: liblucy-perl (Version: 0.3.3-6build1)
- Report a bug
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.