You are here

function Solr_Base_Query::get_keys in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 6 Solr_Base_Query.php \Solr_Base_Query::get_keys()

Get the query's keywords.

Overrides Drupal_Solr_Query_Interface::get_keys

File

./Solr_Base_Query.php, line 241

Class

Solr_Base_Query

Code

function get_keys() {
  return $this->keys;
}