You are here

protected property SearchApiIndex::$fields in Search API 7

Static cache for the results of getFields().

Can be accessed as follows: $this->fields[$only_indexed][$get_additional].

Type: array

File

includes/index_entity.inc, line 58
Contains SearchApiIndex.

Class

SearchApiIndex
Class representing a search index.

Code

protected $fields = array();