protected property Index::$processor_settings in Search API 8
The array of processor settings.
The array has the following structure:
[
'PROCESSOR_ID' => [
'weights' => [],
],
…,
];
Type: array
File
- src/
Entity/ Index.php, line 252
Class
- Index
- Defines the search index configuration entity.
Namespace
Drupal\search_api\EntityCode
protected $processor_settings = [];