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