Provided by: liblucy-perl_0.3.3-8_amd64 bug

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.

perl v5.26.0                                       2017-08-02                         Lucy::Store::FSFolder(3pm)