You are here

function Drupal_Solr_Query_Interface::remove_keys in Apache Solr Search 6.2

Same name and namespace in other branches
  1. 6 apachesolr.module \Drupal_Solr_Query_Interface::remove_keys()

Removes the query's keywords.

1 method overrides Drupal_Solr_Query_Interface::remove_keys()
Solr_Base_Query::remove_keys in ./Solr_Base_Query.php
Removes the query's keywords.

File

./apachesolr.module, line 2445
Integration with the Apache Solr search application.

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function remove_keys();