It should be possible to retrieve all translated Solr documents for node (e.g. node/191) via a query like ss_search_api_id:entity\:node/191\:* (works in the Solr web client) but it's not clear how to achieve that using the Drupal HTTP client (Guzzle).
It should be possible to retrieve all translated Solr documents for node (e.g.
node/191
) via a query likess_search_api_id:entity\:node/191\:*
(works in the Solr web client) but it's not clear how to achieve that using the Drupal HTTP client (Guzzle).