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