Lucy::Store::RAMFolder - In-memory Folder implementation.
my $folder = Lucy::Store::RAMFolder->new; # or sometimes... my $folder = Lucy::Store::RAMFolder->new( path => $relative_path, );
RAMFolder is an entirely in-memory implementation of Folder, primarily used for testing and development.
my $folder = Lucy::Store::RAMFolder->new( path => $relative_path, # default: empty string );
Create a new RAMFolder.
Lucy::Store::RAMFolder isa Lucy::Store::Folder isa Clownfish::Obj.
Copyright © 2010-2015 The Apache Software Foundation, Licensed under the
Apache License, Version 2.0.
Apache Lucy, Lucy, Apache, the Apache feather logo, and the Apache Lucy project logo are trademarks of The
Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their
respective owners.