You are here

protected property Query::$processingLevel in Search API 8

The processing level for this search query.

One of the \Drupal\search_api\Query\QueryInterface::PROCESSING_* constants.

Type: int

File

src/Query/Query.php, line 78

Class

Query
Provides a standard implementation for a Search API query.

Namespace

Drupal\search_api\Query

Code

protected $processingLevel = self::PROCESSING_FULL;