update : 2015.11.03
php.shukuma.com

검색:
 
 
Retrieves a field by name

SolrInputDocument::getField

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldRetrieves a field by name

설명

public SolrDocumentField SolrInputDocument::getField ( string $fieldName )

Retrieves a field in the document.

인수

fieldName

The name of the field.

반환값

Returns a SolrDocumentField object on success and FALSE on failure.