SolrQuery::removeField
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Removes a field from the list of fields
Description
SolrQuery::removeField(string $field): SolrQuery
Removes a field from the list of fields
Parameters
fieldName of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.