function Drupal_Solr_Query_Interface::remove_subquery in Apache Solr Search 6
Same name and namespace in other branches
- 5.2 apachesolr.module \Drupal_Solr_Query_Interface::remove_subquery()
- 6.2 apachesolr.module \Drupal_Solr_Query_Interface::remove_subquery()
Remove a specific subquery.
Parameters
Drupal_Solr_Query_Interface $query: the query to remove
1 method overrides Drupal_Solr_Query_Interface::remove_subquery()
- Solr_Base_Query::remove_subquery in ./
Solr_Base_Query.php - Remove a specific subquery.
File
- ./
apachesolr.module, line 2018 - Integration with the Apache Solr search application.
Class
- Drupal_Solr_Query_Interface
- The interface for all 'query' objects.
Code
function remove_subquery(Drupal_Solr_Query_Interface $query);