protected property Solr_Base_Query::$fields in Apache Solr Search 6
Same name and namespace in other branches
- 5.2 Solr_Base_Query.php \Solr_Base_Query::fields
- 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
Code
protected $fields = array();