SolrQuery::removeField

Removes a field from the list of fields

Description

public SolrQuery SolrQuery::removeField ( string $field )

Removes a field from the list of fields

Parameters

field

Name of the field.

Return Values

Returns the current SolrQuery object, if the return value is used.