SolrQuery::__construct

(PECL solr >= 0.9.2)

SolrQuery::__constructConstructor

Opis

public SolrQuery::__construct ([ string $q ] )

Constructor.

Parametry

q

Optional search query

Zwracane wartości

None

Błędy/Wyjątki

Emits SolrIllegalArgumentException in case of an invalid parameter was passed.

Rejestr zmian

Wersja Opis
2.0.0 If q was invalid, then a SolrIllegalArgumentException is now thrown. Previously an error was emitted.

add a note add a note

User Contributed Notes

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