Matthew Weier O'Phinney wrote:
Drop the 'new' keyword in each; you're calling a static method, not instantiating directly. Use:$index = Zend_Search_Lucene::create($indexPath, true);
Drop the "true" also :-)Luke, just so there is no confusion, look at the first couple of examples from the "Building Indexes" section of the documentation: http://framework.zend.com/manual/en/zend.search.index-creation.html
