SolrDocument::getField

(PECL solr >= 0.9.2)

SolrDocument::getFieldRetrieves a field by name

Описание

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

Retrieves a field by name.

Список параметров

fieldName

Name of the field.

Возвращаемые значения

Returns a SolrDocumentField on success and FALSE on failure.