SolrQuery::__construct

(PECL solr >= 0.9.2)

SolrQuery::__constructConstructor

설명

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

Constructor.

인수

q

Optional search query

반환값

None

오류/예외

Emits SolrIllegalArgumentException in case of an invalid parameter was passed.

변경점

버전 설명
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