You are here

function DrupalSolrQueryInterface::removeAvailableSort in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.interface.inc \DrupalSolrQueryInterface::removeAvailableSort()
  2. 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::removeAvailableSort()

Removes an available sort.

Parameters

string $name: The name of the field in the Solr index to sort on.

Return value

DrupalSolrQueryInterface The called object.

1 method overrides DrupalSolrQueryInterface::removeAvailableSort()
SolrBaseQuery::removeAvailableSort in ./Solr_Base_Query.php
Removes an available sort.

File

./apachesolr.interface.inc, line 273

Class

DrupalSolrQueryInterface
The interface for all 'query' objects.

Code

function removeAvailableSort($name);