You are here

protected property Solr_Base_Query::$filterstring in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 Solr_Base_Query.php \Solr_Base_Query::filterstring
  2. 6.2 Solr_Base_Query.php \Solr_Base_Query::filterstring

The complete filter string for a query. Usually from $_GET['filters'] Contains name:value pairs for filter queries. For example, "type:book" for book nodes.

File

./Solr_Base_Query.php, line 90

Class

Solr_Base_Query

Code

protected $filterstring;