public function SolrBackendInterface::executeGraphStreamingExpression in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::executeGraphStreamingExpression()
- 8.2 src/SolrBackendInterface.php \Drupal\search_api_solr\SolrBackendInterface::executeGraphStreamingExpression()
Executes a graph streaming expression.
Parameters
\Drupal\search_api\Query\QueryInterface $query: The query used for the graph streaming expression.
Return value
\Solarium\QueryType\Graph\Result The graph streaming expression result.
Throws
\Drupal\search_api\SearchApiException
\Drupal\search_api_solr\SearchApiSolrException
1 method overrides SolrBackendInterface::executeGraphStreamingExpression()
- SearchApiSolrBackend::executeGraphStreamingExpression in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php
File
- src/
SolrBackendInterface.php, line 294
Class
- SolrBackendInterface
- Defines an interface for Solr search backend plugins.
Namespace
Drupal\search_api_solrCode
public function executeGraphStreamingExpression(QueryInterface $query);