You are here

protected property SearchApiMultiRowEntityView::$indexes in Search API Multi-Index Searches 7

The indexes used in the query.

The indexes in this array are grouped by those that contain entities (in the nested "entity_types" array and those that don't ("incompatibles" key).

Type: array

File

views/row_entity_view.inc, line 27
Contains the SearchApiMultiRowEntityView class.

Class

SearchApiMultiRowEntityView
Plugin class for displaying Views results with entity_view.

Code

protected $indexes = NULL;