CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::getField

(PECL solr >= 0.9.2)

SolrInputDocument::getField名前でフィールドを取得

説明

public SolrInputDocument::getField(string $fieldName): SolrDocumentField

文書内のフィールドを取得します。

パラメータ

fieldName

フィールド名

戻り値

成功時には SolrDocumentField オブジェクト、失敗時には false を返します。

add a note

User Contributed Notes

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