You are here

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

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

A keyed array where the key is a position integer and the value is an array with #name and #value properties. Each value is a used for filter queries, e.g. array('#name' => 'uid', '#value' => 0) for anonymous content.

File

./Solr_Base_Query.php, line 81

Class

Solr_Base_Query

Code

protected $fields = array();