You are here

function Drupal_Solr_Query_Interface::get_filters in Apache Solr Search 5.2

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

Return an array of all filters.

1 method overrides Drupal_Solr_Query_Interface::get_filters()
Solr_Base_Query::get_filters in ./Solr_Base_Query.php
Get all filters, or the subset of filters for one field.

File

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

Class

Drupal_Solr_Query_Interface
The interface for all 'query' objects.

Code

function get_filters($name = NULL);