You are here

constant QueryInterface::PROCESSING_FULL in Search API 8

Constant representing a search with normal/full processing.

This is the default for queries where no processing level has been explicitly set.

File

src/Query/QueryInterface.php, line 51

Class

QueryInterface
Represents a search query on a Search API index.

Namespace

Drupal\search_api\Query

Code

const PROCESSING_FULL = 2;