You are here

protected function SearchApiSolrMultilingualBackend::postQuery in Apache Solr Multilingual 8

Modify the the solr result set.

Parameters

\Drupal\search_api\Query\ResultSetInterface $results: The results array that will be returned for the search.

\Drupal\search_api\Query\QueryInterface $query: The \Drupal\search_api\Query\Query object representing the executed search query.

object $response: The response object returned by Solr.

File

src/Plugin/search_api/backend/SearchApiSolrMultilingualBackend.php, line 150
Contains \Drupal\as_search\Plugin\search_api\backend\ASSearchApiSolrBackend.

Class

SearchApiSolrMultilingualBackend
Plugin annotation @SearchApiBackend( id = "search_api_solr_multilingual", label = @Translation("Solr Multilingual"), description = @Translation("Index items using an Apache Solr Multilingual search server.") )

Namespace

Drupal\apachesolr_multilingual\Plugin\search_api\backend

Code

protected function postQuery(ResultSetInterface $results, QueryInterface $query, $response) {
  parent::postQuery($results, $query, $response);
}