php - Zend_Search_Lucene crashes during indexing -
I wanted to create a search engine for my webpage, but during the indexing on the server it crashes with errors:
Warning: opendir (/ admin / lucene /) [function.opendir]: failed to open dir: /admin/includes/Zend/Search/Lucene/Storage/Directory/Filesystem.php Too many open files on line 159 Warning: readdir (): The supplied logic /admin/includes/Zend/Search/Lucene/Storage/Directory/Filesystem.php is not a valid directory resource on line 160 Warning: Monkey (): Supply The logic that is not a valid directory is in the resource /admin/includes/Zend/Search/Lucene/Storage/Directory/Filesystem.php in resource 167 Fatal error: Zend_Search_Lucene_Proxy :: __ Destruction () ignoring an exception, an exception already Is active only (Uncute / Zend_Search_Lucene_Exception in / admin / include / Zend / Search / Lucene / Storage / File / Filesystem.php line 66) in /admin/test.php on Line 549 I am using the latest version of ZF that is the code solution for such error - I want to script the local host Expertise; and it works great.
Thanks for any help.
It seems that there is a large number of segment problems in the index.
Can you see how many files are in the index folder?
There are two ways to solve this problem: a) Optimize the index more often. B) Use any other maxbowdord docs / mergefactor parameters for details.
If this does not help, please issue the GIRA for the problem.
Comments
Post a Comment