我用這個來創建索引與Zend Lucene的非常簡單的公司指數: // store company primary key to identify it in the search results
$doc->addField(Zend_Search_Lucene_Field::Keyword('pk', $this->getId()));
// index company fields
iam試圖在我的網站中實現Searchmachine。 Iam爲此使用Zend_Search_Lucene。 該指數創建這樣的: public function create($config, $create = true)
{
$this->_config = $config;
// create a new index
if ($create) {