SolrDocument::addField

(PECL solr >= 0.9.2)

SolrDocument::addField文書にフィールドを追加

説明

public SolrDocument::addField(string $fieldName, string $fieldValue): bool

このメソッドは、SolrDocument インスタンスにフィールドを追加します。

パラメータ

fieldName

フィールド名

fieldValue

フィールドの値

戻り値

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

add a note add a note

User Contributed Notes

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