Hi guys working with Zend search lucene and im getting the following warning and error:
Warning: require_once(Zend/Search/Lucene/Storage/File/Filesystem.php): failed to open stream: No such file or directory in G:\xampp\htdocs\Zend\Search\Lucene\Storage\Directory\Filesystem.php on line 349
Fatal error: require_once(): Failed opening required 'Zend/Search/Lucene/Storage/File/Filesystem.php' (include_path='.;\xampp\php\PEAR') in G:\xampp\htdocs\Zend\Search\Lucene\Storage\Directory\Filesystem.php on line 349
i think its this line that is making it happen:
$index = Zend_Search_Lucene::create('LuceneData/');
can anyone give me some advice on what is going on? thanks.