You are here

function Drupal_Solr_Query_Interface::remove_subqueries in Apache Solr Search 6

Same name and namespace in other branches
  1. 5.2 apachesolr.module \Drupal_Solr_Query_Interface::remove_subqueries()
  2. 6.2 apachesolr.module \Drupal_Solr_Query_Interface::remove_subqueries()

Remove all subqueries.

1 method overrides Drupal_Solr_Query_Interface::remove_subqueries()
Solr_Base_Query::remove_subqueries in ./Solr_Base_Query.php
Remove all subqueries.

File

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

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function remove_subqueries();