(PECL solr >= 0.9.2)
Removes a field from the list of fields
public SolrQuery SolrQuery::removeField ( string $field )
Removes a field from the list of fields
Parameters:
field
Name of the field.
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.