function DrupalSolrQueryInterface::removeAvailableSort in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::removeAvailableSort()
- 7 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 268
Class
- DrupalSolrQueryInterface
- The interface for all 'query' objects.
Code
function removeAvailableSort($name);