1Lucy::Store::FSFolder(3U)ser Contributed Perl DocumentatiLouncy::Store::FSFolder(3)
2
3
4
6 Lucy::Store::FSFolder - File System implementation of Folder.
7
9 my $folder = Lucy::Store::FSFolder->new(
10 path => '/path/to/folder',
11 );
12
14 Implementation of Folder using a single file system directory and
15 multiple files.
16
18 new
19 my $folder = Lucy::Store::FSFolder->new(
20 path => '/path/to/folder',
21 );
22
23 Create a new Folder.
24
25 • path - Location of the index. If the specified directory does not
26 exist already, it will NOT be created, in order to prevent
27 misconfigured read applications from spawning bogus files X so it
28 may be necessary to create the directory yourself.
29
31 Lucy::Store::FSFolder isa Lucy::Store::Folder isa Clownfish::Obj.
32
33
34
35perl v5.34.0 2021-07-22 Lucy::Store::FSFolder(3)