function DrupalSolrQueryInterface::solr in Apache Solr Search 7
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalSolrQueryInterface::solr()
- 6.3 apachesolr.interface.inc \DrupalSolrQueryInterface::solr()
Calls a method, without arguments, on the Solr object with which the query object was initialized.
Parameters
string $method: The method to call on the Solr object.
Return value
Any method return.
1 method overrides DrupalSolrQueryInterface::solr()
- SolrBaseQuery::solr in ./
Solr_Base_Query.php - Calls a method, without arguments, on the Solr object with which the query object was initialized.
File
- ./
apachesolr.interface.inc, line 337
Class
- DrupalSolrQueryInterface
- The interface for all 'query' objects.
Code
function solr($method);