CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::clear

(PECL solr >= 0.9.2)

SolrInputDocument::clear入力した文書をリセット

説明

public SolrInputDocument::clear(): bool

全フィールドをドロップして文書をリセットし、文書の boost をゼロにリセットします。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に true を、失敗した場合に false を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top