You are here

function DrupalSolrQueryInterface::removeParam in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.interface.inc \DrupalSolrQueryInterface::removeParam()
  2. 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);