| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SolrClient::commit(PECL solr >= 0.9.2) SolrClient::commit — Finalizes all add/deletes made to the index 説明
public SolrUpdateResponse SolrClient::commit
([ bool
$softCommit = false
[, bool $waitSearcher = true
[, bool $expungeDeletes = false
]]] )This method finalizes all add/deletes made to the index. パラメータ
返り値Returns a SolrUpdateResponse object on success or throws an exception on failure. エラー / 例外Throws SolrClientException if the client had failed, or there was a connection issue. Throws SolrServerException if the Solr Server had failed to process the request. 変更履歴
注意警告
PECL Solr >= 2.0 only supports Solr Server >= 4.0 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SolrClient::commit - Finalizes all add/deletes made to the index」をGoogle検索
|