CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrInputDocument::fieldExistsフィールドが存在するかチェック

説明

public SolrInputDocument::fieldExists(string $fieldName): bool

フィールドが存在するかチェックします。

パラメータ

fieldName

フィールド名

戻り値

フィールドが見つかった場合 true 、見つからなかった場合 false を返します。

add a note

User Contributed Notes

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