function Drupal_Solr_Query_Interface::get_path in Apache Solr Search 5.2
Same name and namespace in other branches
- 6 apachesolr.module \Drupal_Solr_Query_Interface::get_path()
- 6.2 apachesolr.module \Drupal_Solr_Query_Interface::get_path()
Return the search path (including the search keywords).
1 method overrides Drupal_Solr_Query_Interface::get_path()
- Solr_Base_Query::get_path in ./
Solr_Base_Query.php - Return the search path.
File
- ./
apachesolr.module, line 1806 - Integration with the Apache Solr search application.
Class
- Drupal_Solr_Query_Interface
- The interface for all 'query' objects.
Code
function get_path();