parcel | Lucy |
class variable | LUCY_FSFOLDER |
struct symbol | lucy_FSFolder |
class nickname | lucy_FSFolder |
header file | Lucy/Store/FSFolder.h |
Lucy::Store::FSFolder – File System implementation of Folder.
Implementation of Folder using a single file system directory and multiple files.
lucy_FSFolder* // incremented
lucy_FSFolder_new(
cfish_String *path
);
Create a new Folder.
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.
lucy_FSFolder*
lucy_FSFolder_init(
lucy_FSFolder *self,
cfish_String *path
);
Initialize a Folder. See new() for a description of the parameters.
Lucy::Store::FSFolder is a Lucy::Store::Folder is a 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.