SolrQuery::addField
Specifies which fields to return in the result
Description
public SolrQuery SolrQuery::addField
( string $field
)
It should be called multiple time, once for each field name.
Parameters
-
field
-
The name of the field
Return Values
Returns the current SolrQuery object