update : 2015.11.03
php.shukuma.com

검색:
 
 
Adds a field to the document

SolrDocument::addField

(PECL solr >= 0.9.2)

SolrDocument::addFieldAdds a field to the document

설명

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

This method adds a field to the SolrDocument instance.

인수

fieldName

The name of the field

fieldValue

The value of the field.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.