SolrClient::threads
PHP Manual
PHP Manual»SolrClient»SolrClient::threads

SolrClient::threads

(PECL solr >= 0.9.2)

SolrClient::threadsChecks the threads status

Опис

public function SolrClient::threads(): void

Checks the threads status

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns a SolrGenericResponse object.

Помилки/виключення

Throws SolrClientException if the client failed, or there was a connection issue.

throws SolrServerException if the Solr Server failed to process the request.

To Top