Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.5
-
Fix Version/s: 1.5.0
-
Component/s: Zend_Search_Lucene
-
Labels:None
Description
Quote from Lucene index file format description:
--------------------------------
Deletable File
A file named "deletable" contains the names of files that are no longer used by the index, but which could not be deleted. This is only used on Win32, where a file may not be deleted while it is still open. On other platforms the file contains only null bytes.
--------------
Importance of this feature is increased, if we have optimization functionality finished.
Issue Links
| This issue is related to: | ||||
| ZF-1729 | Index folder celan-up |
|
|
|
Problem is gone with new index format support. Index folder clean-up performs necessary tasks.