protected property SearchApiMultiQuery::$used_indexes in Search API Multi-Index Searches 7
The indexes which are currently used in this search.
This collects the index IDs (in the keys) of indexes as they are used in the search, so the appropriate ones can be kept in $this->indexes during preExecute().
Type: array
File
- ./
search_api_multi.query.inc, line 344
Class
- SearchApiMultiQuery
- Standard implementation of SearchApiMultiQueryInterface.
Code
protected $used_indexes = array();