protected function SearchApiSolrBackend::alterSolrResponseBody in Search API Solr 8
Same name and namespace in other branches
- 8.2 src/Plugin/search_api/backend/SearchApiSolrBackend.php \Drupal\search_api_solr\Plugin\search_api\backend\SearchApiSolrBackend::alterSolrResponseBody()
Allow custom changes to the response body before extracting values.
Parameters
string $body:
\Drupal\search_api\Query\QueryInterface $query:
1 call to SearchApiSolrBackend::alterSolrResponseBody()
- SearchApiSolrBackend::search in src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php - Options on $query prefixed by 'solr_param_' will be passed natively to Solr as query parameter without the prefix. For example you can set the "Minimum Should Match" parameter 'mm' to '75%' like this:
File
- src/
Plugin/ search_api/ backend/ SearchApiSolrBackend.php, line 2058
Class
- SearchApiSolrBackend
- Apache Solr backend for search api.
Namespace
Drupal\search_api_solr\Plugin\search_api\backendCode
protected function alterSolrResponseBody(&$body, QueryInterface $query) {
}