public function QueryInterface::setProcessingLevel in Search API 8
Sets the processing level for this query.
Parameters
int $level: The processing level of this query, as one of the \Drupal\search_api\Query\QueryInterface::PROCESSING_* constants.
Return value
$this
1 method overrides QueryInterface::setProcessingLevel()
- Query::setProcessingLevel in src/
Query/ Query.php - Sets the processing level for this query.
File
- src/
Query/ QueryInterface.php, line 255
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function setProcessingLevel($level);