1

Lucene 検索でフル インデックス最適化を呼び出すタイミングがわかりません。

私は zend_search_lucene を使用しています。

// Open existing index
$index = Zend_Search_Lucene::open('/data/my-index');

// Optimize index.
$index->optimize();

検索時にこの関数を呼び出すべきですか、それとも索引付け後に呼び出すべきですか?

4

0 に答える 0