1Lucy::Store::FSFolder(3U)ser Contributed Perl DocumentatiLouncy::Store::FSFolder(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

14       Implementation of Folder using a single file system directory and
15       multiple files.
16

CONSTRUCTORS

18   new
19           my $folder = Lucy::Store::FSFolder->new(
20               path => '/path/to/folder',
21           );
22
23       Create a new Folder.
24
25path - 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

INHERITANCE

31       Lucy::Store::FSFolder isa Lucy::Store::Folder isa Clownfish::Obj.
32
33
34
35perl v5.34.0                      2022-01-21          Lucy::Store::FSFolder(3)
Impressum