parent root
PHP: SolrQuery::__construct - Manual

SolrQuery::__construct

(PECL solr >= 0.9.2)

SolrQuery::__constructConstructor

Description

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

Constructor.

Parameters

q

Optional search query

Return Values

None

Errors/Exceptions

Emits SolrIllegalArgumentException in case of an invalid parameter was passed.

Changelog

Version Description
2.0.0 If q was invalid, then a SolrIllegalArgumentException is now thrown. Previously an error was emitted.
add a noteadd a note

User Contributed Notes

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