SolrInputDocument
PHP Manual

SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

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

説明

public bool SolrInputDocument::fieldExists ( string $fieldName )

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

パラメータ

fieldName

フィールド名

返り値

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


SolrInputDocument
PHP Manual