function DrupalSolrQueryInterface::getPath in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalSolrQueryInterface::getPath()
- 7 apachesolr.interface.inc \DrupalSolrQueryInterface::getPath()
Returns the search path (including the search keywords).
Parameters
string $new_keywords: Optional. When set, this string overrides the query's current keywords.
Return value
string The search path.
1 method overrides DrupalSolrQueryInterface::getPath()
- SolrBaseQuery::getPath in ./
Solr_Base_Query.php - Returns the search path (including the search keywords).
File
- ./
apachesolr.interface.inc, line 309
Class
- DrupalSolrQueryInterface
- The interface for all 'query' objects.
Code
function getPath($new_keywords = NULL);