Zend_Search_Lucene_Storage_Directory_FilesystemFileSystem implementation of Directory abstraction.
Located in /Zend/Search/Lucene/Storage/Directory/Filesystem.php (line 39)
Zend_Search_Lucene_Storage_Directory | --Zend_Search_Lucene_Storage_Directory_Filesystem
static mkdirs (line 67)
Utility function to recursive directory creation
Constructor __construct (line 89)
Object constructor Checks if $path is a directory or tries to create it.
close (line 110)
Closes the store.
createFile (line 149)
Creates a new, empty file in the directory with the given $filename.
deleteFile (line 166)
Removes an existing $filename in the directory.
fileExists (line 188)
Returns true if a file with the given $filename exists.
fileLength (line 201)
Returns the length of a $filename in the directory.
fileList (line 125)
Returns an array of strings, one for each file in the directory.
fileModified (line 216)
Returns the UNIX timestamp $filename was last modified.
getFileObject (line 273)
Returns a Zend_Search_Lucene_Storage_File object for a given $filename in the directory.
If $shareHandler option is true, then file handler can be shared between File Object requests. It speed-ups performance, but makes problems with file position. Shared handler are good for short atomic requests. Non-shared handlers are useful for stream file reading (especial for compound files).
renameFile (line 229)
Renames an existing file in the directory.
touchFile (line 255)
Sets the modified time of $filename to now.
Inherited From Zend_Search_Lucene_Storage_Directory
Zend_Search_Lucene_Storage_Directory::close()
Zend_Search_Lucene_Storage_Directory::createFile()
Zend_Search_Lucene_Storage_Directory::deleteFile()
Zend_Search_Lucene_Storage_Directory::fileExists()
Zend_Search_Lucene_Storage_Directory::fileLength()
Zend_Search_Lucene_Storage_Directory::fileList()
Zend_Search_Lucene_Storage_Directory::fileModified()
Zend_Search_Lucene_Storage_Directory::getFileObject()
Zend_Search_Lucene_Storage_Directory::renameFile()
Zend_Search_Lucene_Storage_Directory::touchFile()
Documentation generated on Wed, 21 Feb 2007 11:48:10 -0800 by phpDocumentor 1.3.1