PHP 8.3.4 Released!

SolrQuery::__construct

(PECL solr >= 0.9.2)

SolrQuery::__constructConstructor

Descrizione

public SolrQuery::__construct(string $q = ?)

Constructor.

Elenco dei parametri

q

Optional search query

Valori restituiti

None

Errori/Eccezioni

Emits SolrIllegalArgumentException in case of an invalid parameter was passed.

Log delle modifiche

Versione Descrizione
PECL solr 2.0.0 If q was invalid, then a SolrIllegalArgumentException is now thrown. Previously an error was emitted.

add a note

User Contributed Notes

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