index) { $this->index = new Zend_Search_Lucene(TMP . DS . 'lucene'); } return $this->index; } // Executes a query to the index and returns the results function query($query) { $index =& $this->getIndex(); $results = $index->find($query); return $results; } } ?>