You are here

public function SolrBackendInterface::executeStreamingExpression in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::executeStreamingExpression()
  2. 4.x src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::executeStreamingExpression()

Executes a streaming expression.

Parameters

\Drupal\search_api\Query\QueryInterface $query:

Return value

\Solarium\QueryType\Stream\Result

Throws

\Drupal\search_api\SearchApiException

\Drupal\search_api_solr\SearchApiSolrException

1 method overrides SolrBackendInterface::executeStreamingExpression()
SearchApiSolrBackend::executeStreamingExpression in src/Plugin/search_api/backend/SearchApiSolrBackend.php
Executes a streaming expression.

File

src/SolrBackendInterface.php, line 118

Class

SolrBackendInterface
Defines an interface for Solr search backend plugins.

Namespace

Drupal\search_api_solr

Code

public function executeStreamingExpression(QueryInterface $query);