Hi ,
$index = new Zend_Search_Lucene('/var/www/html/private/app/lucene',>> true); >> >> I get Zend_Search_Lucene_Exception with this message: >> >> Zend_Search_Lucene_Exception caught: >> fopen(/var/www/html/private/app/lucene/segments): failed to open >> stream: No such file or directory
I didn't play with Lucene till now, but isn't this a strange exception. you are passing "/var/www/html/private/app/lucene" and the exception is talking about another folder "/var/www/html/private/app/lucene/segments". do you need to create a "segmants" folder\file ?! Regards, -- Ahmed Shreef Web Developer Egypt
