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