function DrupalSolrQueryInterface::removeParam in Apache Solr Search 7
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalSolrQueryInterface::removeParam()
- 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::removeParam()
Removes all values for one Solr param.
Parameters
string $name: A Solr param name, e.g. 'q' or 'fl'.
Return value
DrupalSolrQueryInterface The called object.
1 method overrides DrupalSolrQueryInterface::removeParam()
- SolrBaseQuery::removeParam in ./
Solr_Base_Query.php - Removes all values for one Solr param.
File
- ./
apachesolr.interface.inc, line 216
Class
- DrupalSolrQueryInterface
- The interface for all 'query' objects.
Code
function removeParam($name);