You are here

protected property SearchApiIndex::$fulltext_fields in Search API 7

An array containing two arrays.

At index 0, all fulltext fields of this index. At index 1, all indexed fulltext fields of this index.

Type: array

File

includes/index_entity.inc, line 68
Contains SearchApiIndex.

Class

SearchApiIndex
Class representing a search index.

Code

protected $fulltext_fields = array();