SolrQuery::addField
(PECL solr >= 0.9.2)
SolrQuery::addField — Specifies which fields to return in the result
Описание
public SolrQuery SolrQuery::addField
(
string $field
)
It should be called multiple time, once for each field name.
Список параметров
-
field
-
The name of the field
Возвращаемые значения
Returns the current SolrQuery object