Located in /Zend/Search/Lucene/Storage/Directory.php (line 30)
Class | Description |
---|---|
![]() |
FileSystem implementation of Directory abstraction. |
Closes the store.
Creates a new, empty file in the directory with the given $filename.
Removes an existing $filename in the directory.
Returns true if a file with the given $filename exists.
Returns the length of a $filename in the directory.
Returns an array of strings, one for each file in the directory.
Returns the UNIX timestamp $filename was last modified.
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).
Renames an existing file in the directory.
Sets the modified time of $filename to now.
Documentation generated on Wed, 21 Feb 2007 11:47:00 -0800 by phpDocumentor 1.3.1