SolrDocument
PHP Manual

SolrDocument::getField

(PECL solr >= 0.9.2)

SolrDocument::getFieldRetrieves a field by name

Descrierea

public SolrDocumentField SolrDocument::getField ( string $fieldName )

Retrieves a field by name.

Parametri

fieldName

Name of the field.

Valorile întoarse

Returns a SolrDocumentField on success and FALSE on failure.


SolrDocument
PHP Manual