CakeFest 2024: The Official CakePHP Conference

SolrClient::threads

(PECL solr >= 0.9.2)

SolrClient::threadsChecks the threads status

Açıklama

public SolrClient::threads(): void

Checks the threads status

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a SolrGenericResponse object.

Hatalar/İstisnalar

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

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top