PHP 8.1.28 Released!

SolrDocument::clear

(PECL solr >= 0.9.2)

SolrDocument::clearDrops all the fields in the document

説明

public SolrDocument::clear(): bool

Resets the current object. Discards all the fields and resets the document boost to zero.

パラメータ

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

戻り値

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

add a note

User Contributed Notes

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